Package | Description |
---|---|
org.apache.commons.io.file |
Provides extensions in the realm of
java.nio.file . |
Modifier and Type | Method and Description |
---|---|
static StandardDeleteOption |
StandardDeleteOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardDeleteOption[] |
StandardDeleteOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|