Package org.tmatesoft.svn.core.wc
Class SVNOperation
java.lang.Object
org.tmatesoft.svn.core.wc.SVNOperation
SVNOperation represents the user operation that exposed a conflict.
- Since:
- 1.3
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVNOperationMerge operation.static final SVNOperationNone.static final SVNOperationSwitch operation.static final SVNOperationUpdate operation. -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNOperationfromString(String operation) Converts a string operation name to anSVNOperationobject.getName()Returns the string representation of this object.toString()Returns the string representation of this object.
-
Field Details
-
UPDATE
Update operation.- Since:
- 1.3
-
SWITCH
Switch operation.- Since:
- 1.3
-
MERGE
Merge operation.- Since:
- 1.3
-
NONE
None.- Since:
- 1.3
-
-
Method Details
-
fromString
Converts a string operation name to anSVNOperationobject.- Parameters:
operation-- Returns:
SVNOperationconstant ornull, if noSVNOperationconstant matches the given name- Since:
- 1.3
-
getName
Returns the string representation of this object.- Returns:
- string representation
- Since:
- 1.3
-
toString
Returns the string representation of this object.
-