Uses of Interface
org.apache.subversion.javahl.callback.InheritedProplistCallback
-
Packages that use InheritedProplistCallback Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of InheritedProplistCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type InheritedProplistCallback Modifier and Type Method Description void
ISVNClient. properties(java.lang.String path, Revision revision, Revision pegRevision, Depth depth, java.util.Collection<java.lang.String> changelists, InheritedProplistCallback callback)
Retrieves the properties of an item, including inherited properties.void
SVNClient. properties(java.lang.String path, Revision revision, Revision pegRevision, Depth depth, java.util.Collection<java.lang.String> changelists, InheritedProplistCallback callback)
-
Uses of InheritedProplistCallback in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as InheritedProplistCallback Modifier and Type Field Description private InheritedProplistCallback
SVNClientImpl.PropertiesReceiverProvider. callback
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type InheritedProplistCallback Modifier and Type Method Description void
SVNClientImpl. properties(java.lang.String path, Revision revision, Revision pegRevision, Depth depth, java.util.Collection<java.lang.String> changelists, InheritedProplistCallback callback)
Constructors in org.tmatesoft.svn.core.javahl17 with parameters of type InheritedProplistCallback Constructor Description PropertiesReceiverProvider(InheritedProplistCallback callback)
-