public static enum PathCleaner.State extends Enum<PathCleaner.State>
Enum Constant and Description |
---|
NOT_STARTED |
RUNNING |
TERMINATED |
TERMINATING |
Modifier and Type | Method and Description |
---|---|
static PathCleaner.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathCleaner.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathCleaner.State NOT_STARTED
public static final PathCleaner.State RUNNING
public static final PathCleaner.State TERMINATING
public static final PathCleaner.State TERMINATED
public static PathCleaner.State[] values()
for (PathCleaner.State c : PathCleaner.State.values()) System.out.println(c);
public static PathCleaner.State 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 nullCopyright © 2017 Aspera Inc.. All rights reserved.