public class SVNOperation extends 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(String operation)
Converts a string operation name to an
SVNOperation object. |
String |
getName()
Returns the string representation of this object.
|
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(String operation)
SVNOperation
object.operation
- SVNOperation
constant or null
, if no
SVNOperation
constant matches the given namepublic String getName()
Copyright © 2024. All rights reserved.