org.tigris.subversion.javahl
Class Operation

java.lang.Object
  extended by org.tigris.subversion.javahl.Operation

public final class Operation
extends Object

Poor mans enum for svn_wc_operation_t


Field Summary
static int merge
           
static int none
           
static int switched
           
static int update
           
 
Constructor Summary
Operation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

none

public static final int none
See Also:
Constant Field Values

update

public static final int update
See Also:
Constant Field Values

switched

public static final int switched
See Also:
Constant Field Values

merge

public static final int merge
See Also:
Constant Field Values
Constructor Detail

Operation

public Operation()