org.tigris.subversion.javahl

Interface CommitItemStateFlags

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 Details

Add

public static final int Add
the item has been added
Field Value:
1

Delete

public static final int Delete
the item has been deleted
Field Value:
2

IsCopy

public static final int IsCopy
the item has been copied
Field Value:
16

PropMods

public static final int PropMods
the item has property modifications
Field Value:
8

TextMods

public static final int TextMods
the item has text modifications
Field Value:
4