Package org.tigris.subversion.javahl
Class Operation
java.lang.Object
org.tigris.subversion.javahl.Operation
public final class Operation
extends java.lang.Object
Poor mans enum for svn_wc_operation_t
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
none
public static final int none- See Also:
-
update
public static final int update- See Also:
-
switched
public static final int switched- See Also:
-
merge
public static final int merge- See Also:
-
-
Constructor Details
-
Operation
public Operation()
-