public static enum JavaExecGenerator.Config extends Enum<JavaExecGenerator.Config> implements org.eclipse.jkube.kit.common.Configs.Config
| Enum Constant and Description |
|---|
JOLOKIA_PORT |
MAIN_CLASS |
PROMETHEUS_PORT |
TARGET_DIR |
WEB_PORT |
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
key |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getKey() |
static JavaExecGenerator.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaExecGenerator.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaExecGenerator.Config WEB_PORT
public static final JavaExecGenerator.Config JOLOKIA_PORT
public static final JavaExecGenerator.Config PROMETHEUS_PORT
public static final JavaExecGenerator.Config TARGET_DIR
public static final JavaExecGenerator.Config MAIN_CLASS
public static JavaExecGenerator.Config[] values()
for (JavaExecGenerator.Config c : JavaExecGenerator.Config.values()) System.out.println(c);
public static JavaExecGenerator.Config 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 nullpublic String getKey()
getKey in interface org.eclipse.jkube.kit.common.Configs.Configpublic String getDefaultValue()
getDefaultValue in interface org.eclipse.jkube.kit.common.Configs.ConfigCopyright © 2022. All rights reserved.