public final class SVNConflictDescriptor.Action
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
add
Attempting to add object.
|
static int |
delete
Attempting to delete object.
|
static int |
edit
Attempting to change text or props.
|
| Constructor and Description |
|---|
SVNConflictDescriptor.Action() |
public static final int edit
public static final int add
public static final int delete