Uses of Interface
org.apache.subversion.javahl.callback.ProplistCallback
Packages that use ProplistCallback
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of ProplistCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ProplistCallbackModifier and TypeMethodDescriptionvoidISVNClient.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.javahlModifier and TypeInterfaceDescriptioninterfaceThis interface is used to property lists for each path in a SVNClientInterface.properties call.Classes in org.tigris.subversion.javahl that implement ProplistCallback -
Uses of ProplistCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ProplistCallbackModifier and TypeMethodDescriptionprivate 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)