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 TypeMethodDescriptionvoid
ISVNClient.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, ProplistCallback callback) Retrieves the properties of an itemvoid
SVNClient.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, ProplistCallback callback) -
Uses of ProplistCallback in org.tigris.subversion.javahl
Subinterfaces of ProplistCallback in org.tigris.subversion.javahlModifier and TypeInterfaceDescriptioninterface
This 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) void
SVNClientImpl.properties
(String path, Revision revision, Revision pegRevision, Depth depth, Collection<String> changelists, ProplistCallback callback)