Package org.tigris.subversion.javahl
Class ConflictDescriptor
java.lang.Object
org.tigris.subversion.javahl.ConflictDescriptor
public class ConflictDescriptor extends Object
The description of a merge conflict, encountered during
merge/update/switch operations.
- Since:
- 1.5
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConflictDescriptor.ActionPoor man's enum forsvn_wc_conflict_action_t.classConflictDescriptor.KindPoor man's enum forsvn_wc_conflict_kind_t.classConflictDescriptor.ReasonPoor man's enum forsvn_wc_conflict_reason_t. -
Constructor Summary
Constructors Constructor Description ConflictDescriptor(ConflictDescriptor aDesc) -
Method Summary
Modifier and Type Method Description intgetAction()StringgetBasePath()intgetKind()StringgetMergedPath()StringgetMIMEType()StringgetMyPath()intgetNodeKind()intgetOperation()StringgetPath()StringgetPropertyName()intgetReason()ConflictVersiongetSrcLeftVersion()ConflictVersiongetSrcRightVersion()StringgetTheirPath()booleanisBinary()
-
Constructor Details
-
Method Details
-
getPath
-
getKind
public int getKind() -
getNodeKind
public int getNodeKind()- See Also:
NodeKind
-
getPropertyName
-
isBinary
public boolean isBinary() -
getMIMEType
-
getAction
public int getAction() -
getReason
public int getReason() -
getBasePath
-
getTheirPath
-
getMyPath
-
getMergedPath
-
getOperation
public int getOperation() -
getSrcLeftVersion
-
getSrcRightVersion
-