org.tigris.subversion.svnclientadapter
Class SVNConflictDescriptor.Kind

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

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

From JavaHL.


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

Field Detail

text

public static final int text
Attempting to change text or props.

See Also:
Constant Field Values

property

public static final int property
Attempting to add object.

See Also:
Constant Field Values
Constructor Detail

SVNConflictDescriptor.Kind

public SVNConflictDescriptor.Kind()