Package | Description |
---|---|
org.apache.subversion.javahl | |
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.javahl17 |
Modifier and Type | Method and Description |
---|---|
void |
ISVNClient.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback)
Recursively get the paths which belong to a changelist
|
void |
SVNClient.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback) |
Modifier and Type | Interface and Description |
---|---|
interface |
ChangelistCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.getChangelists(String rootPath,
Collection<String> changelists,
Depth depth,
ChangelistCallback callback) |
Copyright © 2018. All rights reserved.