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 voidISVNClient. 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.voidSVNClient. 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 InheritedProplistCallbackSVNClientImpl.PropertiesReceiverProvider. callbackMethods in org.tmatesoft.svn.core.javahl17 with parameters of type InheritedProplistCallback Modifier and Type Method Description voidSVNClientImpl. 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)
-