|
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. |
Method Summary | |
static SVNConflictAction |
fromString(String action)
Converts string to an SVNConflictAction object when possible. |
String |
getName()
Returns the string representation of this action. |
String |
toString()
Returns the string representation of this action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final SVNConflictAction EDIT
public static final SVNConflictAction ADD
public static final SVNConflictAction DELETE
Method Detail |
public static SVNConflictAction fromString(String action)
SVNConflictAction
object when possible.
action
- action name
SVNConflictAction
object which getName()
equals to action
; null
in case action
matches no SVNConflictAction
constantpublic String getName()
public String toString()
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |