Class Flags.Create

  • Enclosing class:
    Flags

    public static class Flags.Create
    extends java.lang.Object
    Wrapper around the apple file events FsEventStreamCreateFlags. Using this helper class avoids directly having to use bit manipulation.
    • Field Detail

      • value

        public final int value
    • Constructor Detail

      • Create

        public Create​(int value)
      • Create

        public Create()
    • Method Detail

      • getValue

        public int getValue()
      • setUseExtendedData

        public Flags.Create setUseExtendedData()
      • hasUseCFTypes

        public boolean hasUseCFTypes()
      • hasNoDefer

        public boolean hasNoDefer()
      • hasWatchRoot

        public boolean hasWatchRoot()
      • hasIgnoreSelf

        public boolean hasIgnoreSelf()
      • hasFileEvents

        public boolean hasFileEvents()
      • hasMarkSelf

        public boolean hasMarkSelf()
      • hasUseExtendedData

        public boolean hasUseExtendedData()