|
SVNKit Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNConflictReason
public class SVNConflictReason
The SVNConflictReason class represents an enumeration of constants describing the reason of a conflict state in a working copy produced by a merge operation.
Field Summary | |
---|---|
static SVNConflictReason |
DELETED
Constant saying that an object is already schedule-delete. |
static SVNConflictReason |
EDITED
Constant saying that local edits are already present. |
static SVNConflictReason |
MISSING
Constant saying that an object is unknown or missing. |
static SVNConflictReason |
OBSTRUCTED
Constant saying that another object is in the way. |
static SVNConflictReason |
UNVERSIONED
Constant saying that an object is unversioned. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SVNConflictReason EDITED
public static final SVNConflictReason OBSTRUCTED
public static final SVNConflictReason DELETED
public static final SVNConflictReason MISSING
public static final SVNConflictReason UNVERSIONED
|
SVNKit Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |