public final class SVNConflictDescriptor.Reason
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
added
Object is already added or schedule-add.
|
static int |
deleted
Object is already schedule-delete.
|
static int |
edited
Local edits are already present.
|
static int |
missing
Object is unknown or missing.
|
static int |
moved_away
Object is moved away.
|
static int |
moved_here
Object is moved here.
|
static int |
obstructed
Another object is in the way.
|
static int |
replaced
Object is already replaced.
|
static int |
unversioned
Object is unversioned.
|
Constructor and Description |
---|
Reason() |
public static final int edited
public static final int obstructed
public static final int deleted
public static final int missing
public static final int unversioned
public static final int added
public static final int replaced
public static final int moved_away
public static final int moved_here