public enum ConfigurationKey extends Enum<ConfigurationKey>
| Enum Constant and Description |
|---|
ALTERNATIVE_COMPILER_PLUGIN |
ALTERNATIVE_COMPILER_PLUGIN_VERSION |
ALTERNATIVE_COMPILER_PLUGINS |
KIE_MAVEN_PLUGIN |
KIE_MAVEN_PLUGINS |
MAVEN_COMPILER_PLUGIN |
MAVEN_COMPILER_PLUGIN_VERSION |
MAVEN_PLUGINS |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationKey MAVEN_PLUGINS
public static final ConfigurationKey MAVEN_COMPILER_PLUGIN
public static final ConfigurationKey MAVEN_COMPILER_PLUGIN_VERSION
public static final ConfigurationKey ALTERNATIVE_COMPILER_PLUGINS
public static final ConfigurationKey ALTERNATIVE_COMPILER_PLUGIN
public static final ConfigurationKey ALTERNATIVE_COMPILER_PLUGIN_VERSION
public static final ConfigurationKey KIE_MAVEN_PLUGINS
public static final ConfigurationKey KIE_MAVEN_PLUGIN
public static ConfigurationKey[] values()
for (ConfigurationKey c : ConfigurationKey.values()) System.out.println(c);
public static ConfigurationKey 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 © 2001–2018 JBoss by Red Hat. All rights reserved.