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
FieldsModifier and TypeFieldDescriptionstatic final intthe item has been addedstatic final intthe item has been deletedstatic final intthe item has been copiedstatic final intthe item has a lock tokenstatic final intthe item was moved to this locationstatic final intthe item has property modificationsstatic final intthe item has text modifications
-
Field Details
-
Add
static final int Addthe item has been added- See Also:
-
Delete
static final int Deletethe item has been deleted- See Also:
-
TextMods
static final int TextModsthe item has text modifications- See Also:
-
PropMods
static final int PropModsthe item has property modifications- See Also:
-
IsCopy
static final int IsCopythe item has been copied- See Also:
-
LockToken
static final int LockTokenthe item has a lock token- See Also:
-
MovedHere
static final int MovedHerethe item was moved to this location- Since:
- 1.8
- See Also:
-