public static enum DumpArchiveEntry.PERMISSION extends java.lang.Enum<DumpArchiveEntry.PERMISSION>
| Enum Constant | 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 | Description |
|---|---|---|
static java.util.Set<DumpArchiveEntry.PERMISSION> |
find(int 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.
|
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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.Set<DumpArchiveEntry.PERMISSION> find(int code)