| 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 |
LogMessageCallback.singleMessage(java.util.Set<ChangePath> changedPaths,
long revision,
java.util.Map<java.lang.String,byte[]> revprops,
boolean hasChildren)
The method will be called for every log message.
|
| Constructor and Description |
|---|
ChangePath(ChangePath aChangePath)
A backward-compat constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.Set<ChangePath> |
SVNClientImpl.getChangePaths(java.util.Map<java.lang.String,SVNLogEntryPath> changedPaths) |