public static enum RunConfig.ReactorStyle extends Enum<RunConfig.ReactorStyle>
| Enum Constant and Description |
|---|
ALSO_MAKE
am, --also-make
If project list is specified, also build projects required by the list
|
ALSO_MAKE_DEPENDENTS
-amd,--also-make-dependents
If project list is specified, also build projects that depend on projects on the list
|
NONE |
| Modifier and Type | Method and Description |
|---|---|
static RunConfig.ReactorStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunConfig.ReactorStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunConfig.ReactorStyle NONE
public static final RunConfig.ReactorStyle ALSO_MAKE
public static final RunConfig.ReactorStyle ALSO_MAKE_DEPENDENTS
public static RunConfig.ReactorStyle[] values()
public static RunConfig.ReactorStyle 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