|
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.SVNConflictAction
The SVNConflictAction represents the type of action being attempted on an object which leads to a conflict.
Field Summary | |
static SVNConflictAction |
ADD
Constant representing an attempt to add an object. |
static SVNConflictAction |
DELETE
Constant representing an attempt to delete an object. |
static SVNConflictAction |
EDIT
Constant representing an attempt to change text or props. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SVNConflictAction EDIT
public static final SVNConflictAction ADD
public static final SVNConflictAction DELETE
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |