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 class
ConflictDescriptor.Action
Poor man's enum forsvn_wc_conflict_action_t
.class
ConflictDescriptor.Kind
Poor man's enum forsvn_wc_conflict_kind_t
.class
ConflictDescriptor.Reason
Poor man's enum forsvn_wc_conflict_reason_t
. -
Constructor Summary
Constructors Constructor Description ConflictDescriptor(ConflictDescriptor aDesc)
-
Method Summary
Modifier and Type Method Description int
getAction()
String
getBasePath()
int
getKind()
String
getMergedPath()
String
getMIMEType()
String
getMyPath()
int
getNodeKind()
int
getOperation()
String
getPath()
String
getPropertyName()
int
getReason()
ConflictVersion
getSrcLeftVersion()
ConflictVersion
getSrcRightVersion()
String
getTheirPath()
boolean
isBinary()
-
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
-