Package | Description |
---|---|
org.apache.subversion.javahl |
Modifier and Type | Method and Description |
---|---|
ConflictDescriptor.Action |
ConflictDescriptor.getAction() |
static ConflictDescriptor.Action |
ConflictDescriptor.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictDescriptor.Action[] |
ConflictDescriptor.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConflictDescriptor(String path,
ConflictDescriptor.Kind conflictKind,
NodeKind nodeKind,
String propertyName,
boolean isBinary,
String mimeType,
ConflictDescriptor.Action action,
ConflictDescriptor.Reason reason,
ConflictDescriptor.Operation operation,
String basePath,
String theirPath,
String myPath,
String mergedPath,
ConflictVersion srcLeft,
ConflictVersion srcRight)
This constructor should only be called from JNI code.
|
Copyright © 2024. All rights reserved.