Package | Description |
---|---|
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.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNClientInterface.getChangelists(java.lang.String rootPath,
java.lang.String[] changelists,
int depth,
ChangelistCallback callback)
Recursively get the paths which belong to a changelist
|
void |
SVNClient.getChangelists(java.lang.String rootPath,
java.lang.String[] changelists,
int depth,
ChangelistCallback callback) |
void |
SVNClientSynchronized.getChangelists(java.lang.String rootPath,
java.lang.String[] changelists,
int depth,
ChangelistCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.getChangelists(java.lang.String rootPath,
java.lang.String[] changelists,
int depth,
ChangelistCallback callback) |