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
static int Add
          the item has been added
static int Delete
          the item has been deleted
static int IsCopy
          the item has been copied
static int LockToken
          the item has a lock token
static int MovedHere
          the item was moved to this location
static int PropMods
          the item has property modifications
static int TextMods
          the item has text modifications
 

Field Detail

Add

static final int Add
the item has been added

See Also:
Constant Field Values

Delete

static final int Delete
the item has been deleted

See Also:
Constant Field Values

TextMods

static final int TextMods
the item has text modifications

See Also:
Constant Field Values

PropMods

static final int PropMods
the item has property modifications

See Also:
Constant Field Values

IsCopy

static final int IsCopy
the item has been copied

See Also:
Constant Field Values

LockToken

static final int LockToken
the item has a lock token

See Also:
Constant Field Values

MovedHere

static final int MovedHere
the item was moved to this location

Since:
1.8
See Also:
Constant Field Values