Uses of Interface
org.tigris.subversion.javahl.ChangelistCallback
Packages that use ChangelistCallback
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of ChangelistCallback in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type ChangelistCallbackModifier and TypeMethodDescriptionvoid
SVNClient.getChangelists
(String rootPath, String[] changelists, int depth, ChangelistCallback callback) void
SVNClientInterface.getChangelists
(String rootPath, String[] changelists, int depth, ChangelistCallback callback) Recursively get the paths which belong to a changelistvoid
SVNClientSynchronized.getChangelists
(String rootPath, String[] changelists, int depth, ChangelistCallback callback) -
Uses of ChangelistCallback in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ChangelistCallbackModifier and TypeMethodDescriptionvoid
SVNClientImpl.getChangelists
(String rootPath, String[] changelists, int depth, ChangelistCallback callback)