| Package | Description |
|---|---|
| org.apache.subversion.javahl | |
| org.tmatesoft.svn.core.javahl17 |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNClient.status(java.lang.String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
java.util.Collection<java.lang.String> changelists,
StatusCallback callback) |
void |
ISVNClient.status(java.lang.String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
java.util.Collection<java.lang.String> changelists,
StatusCallback callback)
List a directory or file of the working copy.
|
| Modifier and Type | Method and Description |
|---|---|
private ISvnObjectReceiver<SvnStatus> |
SVNClientImpl.getStatusReceiver(StatusCallback callback) |
void |
SVNClientImpl.status(java.lang.String path,
Depth depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
java.util.Collection<java.lang.String> changelists,
StatusCallback callback) |