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 classConflictDescriptor.ActionRich man's enum forsvn_wc_conflict_action_t.static classConflictDescriptor.KindRich man's enum forsvn_wc_conflict_kind_t.static classConflictDescriptor.Operationstatic classConflictDescriptor.ReasonRich 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.ActiongetAction()StringgetBasePath()ConflictDescriptor.KindgetKind()StringgetMergedPath()StringgetMIMEType()StringgetMyPath()NodeKindgetNodeKind()ConflictDescriptor.OperationgetOperation()StringgetPath()StringgetPropertyName()StringgetPropRejectAbspath()byte[]getPropValueBase()byte[]getPropValueIncomingNew()byte[]getPropValueIncomingOld()byte[]getPropValueWorking()ConflictDescriptor.ReasongetReason()ConflictVersiongetSrcLeftVersion()ConflictVersiongetSrcRightVersion()StringgetTheirPath()booleanisBinary()
-
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()
-