protected static enum ResultsCompiler.Action extends Enum<ResultsCompiler.Action>
Enum Constant and Description |
---|
mount |
ready |
report |
snap |
status |
umount |
ureport |
Modifier and Type | Field and Description |
---|---|
static ResultsCompiler.Action |
END_ACTION_LAST
The last of the actions valid for use as an end action, in an
--etc option. |
Modifier and Type | Method and Description |
---|---|
boolean |
isEtc(String commandName,
Map<String,Option> optionMap)
Returns true if an end action beyond the current action is specified in an
--etc option. |
static ResultsCompiler.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultsCompiler.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultsCompiler.Action snap
public static final ResultsCompiler.Action ready
public static final ResultsCompiler.Action mount
public static final ResultsCompiler.Action report
public static final ResultsCompiler.Action umount
public static final ResultsCompiler.Action ureport
public static final ResultsCompiler.Action status
public static final ResultsCompiler.Action END_ACTION_LAST
--etc
option.public static ResultsCompiler.Action[] values()
for (ResultsCompiler.Action c : ResultsCompiler.Action.values()) System.out.println(c);
public static ResultsCompiler.Action 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