Package | Description |
---|---|
org.apache.subversion.javahl | |
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 | Field and Description |
---|---|
private ClientNotifyInformation.Status |
ClientNotifyInformation.contentState
The
Status of the content of the item. |
private ClientNotifyInformation.Status |
ClientNotifyInformation.propState
The
Status of the properties of the item. |
Modifier and Type | Method and Description |
---|---|
ClientNotifyInformation.Status |
ClientNotifyInformation.getContentState() |
ClientNotifyInformation.Status |
ClientNotifyInformation.getPropState() |
static ClientNotifyInformation.Status |
ClientNotifyInformation.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientNotifyInformation.Status[] |
ClientNotifyInformation.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClientNotifyInformation(java.lang.String path,
ClientNotifyInformation.Action action,
NodeKind kind,
java.lang.String mimeType,
Lock lock,
java.lang.String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
java.lang.String changelistName,
RevisionRange mergeRange,
java.lang.String pathPrefix,
java.lang.String propName,
java.util.Map<java.lang.String,java.lang.String> revProps,
long oldRevision,
long hunkOriginalStart,
long hunkOriginalLength,
long hunkModifiedStart,
long hunkModifiedLength,
long hunkMatchedLine,
int hunkFuzz)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
private static int |
NotifyInformation.fromAStatus(ClientNotifyInformation.Status aStatus) |
Modifier and Type | Method and Description |
---|---|
private static ClientNotifyInformation.Status |
SVNClientImpl.getClientNotifyInformationStatus(SVNStatusType status) |