Class CommitItem.StateFlags

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

public static class CommitItem.StateFlags extends java.lang.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.tigris.subversion.javahl.CommitItemStateFlags

    Add, Delete, IsCopy, PropMods, TextMods
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StateFlags

      public StateFlags()