|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.ConflictDescriptor.Action
public final class ConflictDescriptor.Action
Poor man's enum for svn_wc_conflict_action_t
.
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 | |
---|---|
ConflictDescriptor.Action()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int edit
public static final int add
public static final int delete
Constructor Detail |
---|
public ConflictDescriptor.Action()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |