Uses of Interface
org.apache.subversion.javahl.callback.ChangelistCallback
Packages that use ChangelistCallback
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of ChangelistCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ChangelistCallbackModifier and TypeMethodDescriptionvoid
ISVNClient.getChangelists
(String rootPath, Collection<String> changelists, Depth depth, ChangelistCallback callback) Recursively get the paths which belong to a changelistvoid
SVNClient.getChangelists
(String rootPath, Collection<String> changelists, Depth depth, ChangelistCallback callback) -
Uses of ChangelistCallback in org.tigris.subversion.javahl
Subinterfaces of ChangelistCallback in org.tigris.subversion.javahlModifier and TypeInterfaceDescriptioninterface
This interface is used to receive every status item for the SVNClientInterface.status call. -
Uses of ChangelistCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ChangelistCallbackModifier and TypeMethodDescriptionvoid
SVNClientImpl.getChangelists
(String rootPath, Collection<String> changelists, Depth depth, ChangelistCallback callback)