| Package | Description |
|---|---|
| org.apache.subversion.javahl.callback | |
| 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 |
StatusCallback.doStatus(java.lang.String path,
Status status)
the method will be called for each status item
|
| Constructor and Description |
|---|
Status(SVNClient aClient,
Status aStatus)
A backward-compat wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
private Status |
SVNClientImpl.getStatus(SvnStatus status) |