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) |
public static final int add
Slated for addition
public static final int delete
Slated for deletion
public static final int normal
exists, but uninteresting
public static final int replace
Slated for replacement (delete + add)