Uses of Interface
org.apache.subversion.javahl.callback.ProplistCallback
-
Packages that use ProplistCallback Package Description org.apache.subversion.javahl org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 -
-
Uses of ProplistCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ProplistCallback Modifier and Type Method Description voidISVNClient. properties(java.lang.String path, Revision revision, Revision pegRevision, Depth depth, java.util.Collection<java.lang.String> changelists, ProplistCallback callback)Retrieves the properties of an itemvoidSVNClient. properties(java.lang.String path, Revision revision, Revision pegRevision, Depth depth, java.util.Collection<java.lang.String> changelists, ProplistCallback callback) -
Uses of ProplistCallback in org.tigris.subversion.javahl
Subinterfaces of ProplistCallback in org.tigris.subversion.javahl Modifier and Type Interface Description interfaceProplistCallbackThis interface is used to property lists for each path in a SVNClientInterface.properties call.Classes in org.tigris.subversion.javahl that implement ProplistCallback Modifier and Type Class Description classProplistCallbackImplImplementation ofProplistCallbackinterface. -
Uses of ProplistCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ProplistCallback Modifier and Type Method Description private ISvnObjectReceiver<SVNProperties>SVNClientImpl. getSVNPropertiesReceiver(ProplistCallback callback)voidSVNClientImpl. properties(java.lang.String path, Revision revision, Revision pegRevision, Depth depth, java.util.Collection<java.lang.String> changelists, ProplistCallback callback)
-