org.tigris.subversion.javahl
Interface CommitItemStateFlags
- CommitItem.StateFlags
public interface CommitItemStateFlags
the constants in this interface describe the changes to an item
to be commited
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 | PropMods - the item has property modifications
|
static int | TextMods - the item has text modifications
|
Add
public static final int Add
the item has been added
Delete
public static final int Delete
the item has been deleted
IsCopy
public static final int IsCopy
the item has been copied
PropMods
public static final int PropMods
the item has property modifications
TextMods
public static final int TextMods
the item has text modifications