public static enum DumpArchiveEntry.PERMISSION extends Enum<DumpArchiveEntry .PERMISSION >
| Enum Constant and Description |
|---|
GROUP_EXEC
|
GROUP_READ
|
GROUP_WRITE
|
SETGUI
|
SETUID
|
STICKY
|
USER_EXEC
|
USER_READ
|
USER_WRITE
|
WORLD_EXEC
|
WORLD_READ
|
WORLD_WRITE
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
find(int code)
|
static DumpArchiveEntry |
valueOf(String
Returns the enum constant of this type with the specified name.
|
static DumpArchiveEntry |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final DumpArchiveEntry.PERMISSION SETUID
public static final DumpArchiveEntry.PERMISSION SETGUI
public static final DumpArchiveEntry.PERMISSION STICKY
public static final DumpArchiveEntry.PERMISSION USER_READ
public static final DumpArchiveEntry.PERMISSION USER_WRITE
public static final DumpArchiveEntry.PERMISSION USER_EXEC
public static final DumpArchiveEntry.PERMISSION GROUP_READ
public static final DumpArchiveEntry.PERMISSION GROUP_WRITE
public static final DumpArchiveEntry.PERMISSION GROUP_EXEC
public static final DumpArchiveEntry.PERMISSION WORLD_READ
public static final DumpArchiveEntry.PERMISSION WORLD_WRITE
public static final DumpArchiveEntry.PERMISSION WORLD_EXEC
public static DumpArchiveEntry.PERMISSION [] values()
for (DumpArchiveEntry.PERMISSION c : DumpArchiveEntry.PERMISSION.values()) System.out.println(c);
public static DumpArchiveEntry.PERMISSION valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
public static Set<DumpArchiveEntry .PERMISSION > find(int code)