| 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 |
ClientNotifyCallback.onNotify(ClientNotifyInformation info)
Handler for Subversion notifications.
|
| Constructor and Description |
|---|
NotifyInformation(ClientNotifyInformation aInfo)
A backward-compat callback.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static ClientNotifyInformation |
SVNClientImpl.getClientNotifyInformation(java.lang.String pathPrefix,
SVNEvent event,
java.lang.String path) |