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