org.tigris.subversion.svnclientadapter
Class SVNConflictDescriptor.Action

java.lang.Object
  extended by org.tigris.subversion.svnclientadapter.SVNConflictDescriptor.Action
Enclosing class:
SVNConflictDescriptor

public final class SVNConflictDescriptor.Action
extends java.lang.Object

From JavaHL


Field Summary
static int add
          Attempting to add object.
static int delete
          Attempting to delete object.
static int edit
          Attempting to change text or props.
 
Constructor Summary
SVNConflictDescriptor.Action()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

SVNConflictDescriptor.Action

public SVNConflictDescriptor.Action()