|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.SVNConflictAction
public class 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. |
static SVNConflictAction |
REPLACE
Constant representing an attempt to replace an object. |
Method Summary | |
---|---|
static SVNConflictAction |
fromString(java.lang.String action)
Converts string to an SVNConflictAction object when possible. |
java.lang.String |
getName()
Returns the string representation of this action. |
java.lang.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
public static final SVNConflictAction REPLACE
Method Detail |
---|
public static SVNConflictAction fromString(java.lang.String action)
SVNConflictAction
object when possible.
action
- action name
SVNConflictAction
object which getName()
equals to action
; null
in case action
matches no SVNConflictAction
constantpublic java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |