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 Detail

normal

static final int normal
exists, but uninteresting

See Also:
Constant Field Values

add

static final int add
Slated for addition

See Also:
Constant Field Values

delete

static final int delete
Slated for deletion

See Also:
Constant Field Values

replace

static final int replace
Slated for replacement (delete + add)

See Also:
Constant Field Values