Package org.tigris.subversion.javahl
Interface CommitItemStateFlags
- All Known Implementing Classes:
CommitItem.StateFlags
public interface CommitItemStateFlags
The constants in this interface describe the changes to an item to
be committed.
-
Field Details
-
Add
static final int Addthe item has been added- See Also:
- Constant Field Values
-
Delete
static final int Deletethe item has been deleted- See Also:
- Constant Field Values
-
TextMods
static final int TextModsthe item has text modifications- See Also:
- Constant Field Values
-
PropMods
static final int PropModsthe item has property modifications- See Also:
- Constant Field Values
-
IsCopy
static final int IsCopythe item has been copied- See Also:
- Constant Field Values
-