org.tigris.subversion.javahl

Interface ScheduleKind

public interface ScheduleKind

The schedule states an entry can be in.

Field Summary

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)

Field Details

add

public static final int add
Slated for addition
Field Value:
1

delete

public static final int delete
Slated for deletion
Field Value:
2

normal

public static final int normal
exists, but uninteresting
Field Value:
0

replace

public static final int replace
Slated for replacement (delete + add)
Field Value:
3