public class ConflictDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConflictDescriptor.Action
Rich man's enum for
svn_wc_conflict_action_t . |
static class |
ConflictDescriptor.Kind
Rich man's enum for
svn_wc_conflict_kind_t . |
static class |
ConflictDescriptor.Operation |
static class |
ConflictDescriptor.Reason
Rich man's enum for
svn_wc_conflict_reason_t . |
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.
|
Modifier and Type | Method and Description |
---|---|
ConflictDescriptor.Action |
getAction() |
String |
getBasePath() |
ConflictDescriptor.Kind |
getKind() |
String |
getMergedPath() |
String |
getMIMEType() |
String |
getMyPath() |
NodeKind |
getNodeKind() |
ConflictDescriptor.Operation |
getOperation() |
String |
getPath() |
String |
getPropertyName() |
ConflictDescriptor.Reason |
getReason() |
ConflictVersion |
getSrcLeftVersion() |
ConflictVersion |
getSrcRightVersion() |
String |
getTheirPath() |
boolean |
isBinary() |
public 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)
public String getPath()
public ConflictDescriptor.Kind getKind()
public NodeKind getNodeKind()
public String getPropertyName()
public boolean isBinary()
public String getMIMEType()
public ConflictDescriptor.Action getAction()
public ConflictDescriptor.Reason getReason()
public String getBasePath()
public String getTheirPath()
public String getMyPath()
public String getMergedPath()
public ConflictDescriptor.Operation getOperation()
public ConflictVersion getSrcLeftVersion()
public ConflictVersion getSrcRightVersion()
Copyright © 2019. All rights reserved.