Package org.tigris.subversion.javahl
Interface ScheduleKind
public interface ScheduleKind
The schedule states an entry can be in.
-
Field Details
-
normal
static final int normalexists, but uninteresting- See Also:
- Constant Field Values
-
add
static final int addSlated for addition- See Also:
- Constant Field Values
-
delete
static final int deleteSlated for deletion- See Also:
- Constant Field Values
-
replace
static final int replaceSlated for replacement (delete + add)- See Also:
- Constant Field Values
-