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 int
the item has been addedstatic final int
the item has been deletedstatic final int
the item has been copiedstatic final int
the item has a lock tokenstatic final int
the item was moved to this locationstatic final int
the item has property modificationsstatic final int
the 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:
-