public class SVNOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SVNOperation |
MERGE
Merge operation.
|
static SVNOperation |
NONE
None.
|
static SVNOperation |
SWITCH
Switch operation.
|
static SVNOperation |
UPDATE
Update operation.
|
Modifier and Type | Method and Description |
---|---|
static SVNOperation |
fromString(java.lang.String operation)
Converts a string operation name to an
SVNOperation object. |
java.lang.String |
getName()
Returns the string representation of this object.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
public static final SVNOperation UPDATE
public static final SVNOperation SWITCH
public static final SVNOperation MERGE
public static final SVNOperation NONE
public static SVNOperation fromString(java.lang.String operation)
SVNOperation
object.operation
- SVNOperation
constant or null
, if no
SVNOperation
constant matches the given namepublic java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.