Package org.tigris.subversion.javahl
Class ConflictDescriptor.Kind
java.lang.Object
org.tigris.subversion.javahl.ConflictDescriptor.Kind
- Enclosing class:
- ConflictDescriptor
public final class ConflictDescriptor.Kind
extends java.lang.Object
Poor man's enum for
svn_wc_conflict_kind_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
-
text
public static final int textAttempting to change text or props.- See Also:
-
property
public static final int propertyAttempting to add object.- See Also:
-
-
Constructor Details
-
Kind
public Kind()
-