public static enum JavaExecGenerator.Config extends Enum<JavaExecGenerator.Config> implements io.fabric8.maven.core.util.Configs.Key
Enum Constant and Description |
---|
assemblyRef |
jolokiaPort |
mainClass |
prometheusPort |
targetDir |
webPort |
Modifier and Type | Method and Description |
---|---|
String |
def() |
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 webPort
public static final JavaExecGenerator.Config jolokiaPort
public static final JavaExecGenerator.Config prometheusPort
public static final JavaExecGenerator.Config targetDir
public static final JavaExecGenerator.Config mainClass
public static final JavaExecGenerator.Config assemblyRef
protected String d
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 def()
def
in interface io.fabric8.maven.core.util.Configs.Key
Copyright © 2019. All rights reserved.