org.tigris.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 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
 

Field Detail

Add

public static final int Add
the item has been added

Delete

public static final int Delete
the item has been deleted

TextMods

public static final int TextMods
the item has text modifications

PropMods

public static final int PropMods
the item has property modifications

IsCopy

public static final int IsCopy
the item has been copied