public static enum MostFiles.DeleteRecursivelyOptions extends Enum<MostFiles.DeleteRecursivelyOptions>
Enum Constant and Description |
---|
DELETE_CONTENTS_ONLY |
IGNORE_NO_SUCH_FILE_EXCEPTION |
Modifier and Type | Method and Description |
---|---|
static MostFiles.DeleteRecursivelyOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MostFiles.DeleteRecursivelyOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MostFiles.DeleteRecursivelyOptions IGNORE_NO_SUCH_FILE_EXCEPTION
public static final MostFiles.DeleteRecursivelyOptions DELETE_CONTENTS_ONLY
public static MostFiles.DeleteRecursivelyOptions[] values()
for (MostFiles.DeleteRecursivelyOptions c : MostFiles.DeleteRecursivelyOptions.values()) System.out.println(c);
public static MostFiles.DeleteRecursivelyOptions 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 null