Package org.apache.subversion.javahl
Class ConflictDescriptor
java.lang.Object
org.apache.subversion.javahl.ConflictDescriptor
public class ConflictDescriptor extends Object
The description of a merge conflict, encountered during
merge/update/switch operations.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConflictDescriptor.Action
Rich man's enum forsvn_wc_conflict_action_t
.static class
ConflictDescriptor.Kind
Rich man's enum forsvn_wc_conflict_kind_t
.static class
ConflictDescriptor.Operation
static class
ConflictDescriptor.Reason
Rich man's enum forsvn_wc_conflict_reason_t
. -
Constructor Summary
Constructors Constructor 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)
Deprecated. -
Method Summary
Modifier and Type Method Description ConflictDescriptor.Action
getAction()
String
getBasePath()
ConflictDescriptor.Kind
getKind()
String
getMergedPath()
String
getMIMEType()
String
getMyPath()
NodeKind
getNodeKind()
ConflictDescriptor.Operation
getOperation()
String
getPath()
String
getPropertyName()
String
getPropRejectAbspath()
byte[]
getPropValueBase()
byte[]
getPropValueIncomingNew()
byte[]
getPropValueIncomingOld()
byte[]
getPropValueWorking()
ConflictDescriptor.Reason
getReason()
ConflictVersion
getSrcLeftVersion()
ConflictVersion
getSrcRightVersion()
String
getTheirPath()
boolean
isBinary()
-
Constructor Details
-
ConflictDescriptor
@Deprecated 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)Deprecated.This constructor should only be called from JNI code.
-
-
Method Details
-
getPath
-
getKind
-
getNodeKind
-
getPropertyName
-
isBinary
public boolean isBinary() -
getMIMEType
-
getAction
-
getReason
-
getBasePath
-
getTheirPath
-
getMyPath
-
getMergedPath
-
getOperation
-
getSrcLeftVersion
-
getSrcRightVersion
-
getPropRejectAbspath
-
getPropValueBase
public byte[] getPropValueBase() -
getPropValueWorking
public byte[] getPropValueWorking() -
getPropValueIncomingOld
public byte[] getPropValueIncomingOld() -
getPropValueIncomingNew
public byte[] getPropValueIncomingNew()
-