Enum DumpArchiveEntry.PERMISSION

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      GROUP_EXEC
      Permission 00020 (octal value 00010).
      GROUP_READ
      Permission GROUP_READ (octal value 00040).
      GROUP_WRITE
      Permission GROUP_WRITE (octal value 00020).
      SETGUI
      Permission SETGUI (octal value 02000).
      SETUID
      Permission SETUID (octal value 04000).
      STICKY
      Permission STICKY (octal value 01000).
      USER_EXEC
      Permission USER_EXEC (octal value 00100).
      USER_READ
      Permission USER_READ (octal value 00400).
      USER_WRITE
      Permission USER_WRITE (octal value 00200).
      WORLD_EXEC
      Permission WORLD_EXEC (octal value 00001).
      WORLD_READ
      Permission WORLD_READ (octal value 00004).
      WORLD_WRITE
      Permission WORLD_WRITE (octal value 00002).
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<DumpArchiveEntry.PERMISSION> find​(int code)
      Finds a matching set of enumeration values for the given code.
      static DumpArchiveEntry.PERMISSION valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static DumpArchiveEntry.PERMISSION[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait