Package | Description |
---|---|
org.apache.subversion.javahl |
Modifier and Type | Method and Description |
---|---|
ClientNotifyInformation.Status |
ClientNotifyInformation.getContentState() |
ClientNotifyInformation.Status |
ClientNotifyInformation.getPropState() |
static ClientNotifyInformation.Status |
ClientNotifyInformation.Status.valueOf(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(String path,
ClientNotifyInformation.Action action,
NodeKind kind,
String mimeType,
Lock lock,
String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
String changelistName,
RevisionRange mergeRange,
String pathPrefix,
String propName,
Map<String,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.
|
Copyright © 2018. All rights reserved.