org.apache.subversion.javahl
Class CommitItem.StateFlags

java.lang.Object
  extended by org.apache.subversion.javahl.CommitItem.StateFlags
All Implemented Interfaces:
CommitItemStateFlags
Enclosing class:
CommitItem

public static class CommitItem.StateFlags
extends Object
implements CommitItemStateFlags

the class for the commit item state flags. The values are ored together the values are CommitItemStateFlags for building reasons.


Field Summary
 
Fields inherited from interface org.apache.subversion.javahl.CommitItemStateFlags
Add, Delete, IsCopy, LockToken, MovedHere, PropMods, TextMods
 
Constructor Summary
CommitItem.StateFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitItem.StateFlags

public CommitItem.StateFlags()