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<DumpArchiveEntry.PERMISSION> | find(int code) | 
| static DumpArchiveEntry.PERMISSION | valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Set<DumpArchiveEntry.PERMISSION> find(int code)
Copyright © 2018 The Apache Software Foundation. All rights reserved.