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 intAdd
the item has been added
static intDelete
the item has been deleted
static intIsCopy
the item has been copied
static intPropMods
the item has property modifications
static intTextMods
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

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