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
-
-
Constructor Summary
Constructors Constructor Description Operation()
-
-
-
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
-
-