Class SVNConflictDescriptor.Reason
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.SVNConflictDescriptor.Reason
-
- Enclosing class:
- SVNConflictDescriptor
public final class SVNConflictDescriptor.Reason extends java.lang.Object
From JavaHL
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Reason()
-
-
-
Field Detail
-
edited
public static final int edited
Local edits are already present.- See Also:
- Constant Field Values
-
obstructed
public static final int obstructed
Another object is in the way.- See Also:
- Constant Field Values
-
deleted
public static final int deleted
Object is already schedule-delete.- See Also:
- Constant Field Values
-
missing
public static final int missing
Object is unknown or missing.- See Also:
- Constant Field Values
-
unversioned
public static final int unversioned
Object is unversioned.- See Also:
- Constant Field Values
-
added
public static final int added
Object is already added or schedule-add.- See Also:
- Constant Field Values
-
replaced
public static final int replaced
Object is already replaced.- See Also:
- Constant Field Values
-
moved_away
public static final int moved_away
Object is moved away.- See Also:
- Constant Field Values
-
moved_here
public static final int moved_here
Object is moved here.- See Also:
- Constant Field Values
-
-