protected static enum FileSystem.CreationAction extends Enum<FileSystem.CreationAction> implements PrivilegedAction<FileSystem>
FileSystem.| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
run() |
static FileSystem.CreationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystem.CreationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystem.CreationAction INSTANCE
public static FileSystem.CreationAction[] values()
for (FileSystem.CreationAction c : FileSystem.CreationAction.values()) System.out.println(c);
public static FileSystem.CreationAction 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 FileSystem run()
run in interface PrivilegedAction<FileSystem>Copyright © 2014–2021. All rights reserved.