Class SVNConflictDescriptor.Action
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.SVNConflictDescriptor.Action
-
- Enclosing class:
- SVNConflictDescriptor
public final class SVNConflictDescriptor.Action extends java.lang.Object
From JavaHL
-
-
Constructor Summary
Constructors Constructor Description Action()
-
-
-
Field Detail
-
edit
public static final int edit
Attempting to change text or props.- See Also:
- Constant Field Values
-
add
public static final int add
Attempting to add object.- See Also:
- Constant Field Values
-
delete
public static final int delete
Attempting to delete object.- See Also:
- Constant Field Values
-
-