Package org.apache.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 Summary
Fields Modifier and Type Field Description static int
Add
the item has been addedstatic int
Delete
the item has been deletedstatic int
IsCopy
the item has been copiedstatic int
LockToken
the item has a lock tokenstatic int
MovedHere
the item was moved to this locationstatic int
PropMods
the item has property modificationsstatic int
TextMods
the item has text modifications
-
Field Details
-
Add
the item has been added- See Also:
- Constant Field Values
-
Delete
the item has been deleted- See Also:
- Constant Field Values
-
TextMods
the item has text modifications- See Also:
- Constant Field Values
-
PropMods
the item has property modifications- See Also:
- Constant Field Values
-
IsCopy
the item has been copied- See Also:
- Constant Field Values
-
LockToken
the item has a lock token- See Also:
- Constant Field Values
-
MovedHere
the item was moved to this location- Since:
- 1.8
- See Also:
- Constant Field Values
-