Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
Modifier and Type | Field and Description |
---|---|
private ChangePath[] |
LogMessage.changedPaths
The items changed by this commit (only set when
SVNClientInterface.logMessages is used with discoverPaths
true).
|
Modifier and Type | Method and Description |
---|---|
ChangePath[] |
LogMessage.getChangedPaths()
Returns the changes items by this commit
|
Modifier and Type | Method and Description |
---|---|
void |
LogMessageCallback.singleMessage(ChangePath[] changedPaths,
long revision,
java.util.Map revprops,
boolean hasChildren)
The method will be called for every log message.
|
Constructor and Description |
---|
LogMessage(ChangePath[] cp,
long r,
java.lang.String a,
java.util.Date d,
java.lang.String m)
Deprecated.
Use the constructor that takes the number
of microseconds since 00:00:00 January 1,
1970 UTC
|
LogMessage(ChangePath[] cp,
long r,
java.lang.String a,
long t,
java.lang.String m)
This constructor is only called only from the thin wrapper.
|