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