org.tigris.subversion.javahl
Interface ScheduleKind
public interface ScheduleKind
The schedule states an entry can be in.
static int | add - Slated for addition
|
static int | delete - Slated for deletion
|
static int | normal - exists, but uninteresting
|
static int | replace - Slated for replacement (delete + add)
|
add
public static final int add
Slated for addition
delete
public static final int delete
Slated for deletion
normal
public static final int normal
exists, but uninteresting
replace
public static final int replace
Slated for replacement (delete + add)