public static enum ActionMapping.ReloadRule extends Enum<ActionMapping.ReloadRule>
Enum Constant and Description |
---|
ALWAYS
Always reload the project.
|
ALWAYS_ONLINE
Always reload the project allowing Gradle to fetch things online.
|
DEFAULT
|
NEVER
Never reload the project.
|
Modifier and Type | Method and Description |
---|---|
static ActionMapping.ReloadRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionMapping.ReloadRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionMapping.ReloadRule NEVER
public static final ActionMapping.ReloadRule DEFAULT
public static final ActionMapping.ReloadRule ALWAYS
public static final ActionMapping.ReloadRule ALWAYS_ONLINE
Quality
to be set FULL_ONLINE
,
however it is not guaranteed.public static ActionMapping.ReloadRule[] values()
public static ActionMapping.ReloadRule 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