public static enum JavaRunGenerator.Config extends Enum<JavaRunGenerator.Config> implements Configs.Key
Enum Constant and Description |
---|
assemblyRef |
baseDir |
enabled |
fatJar |
jolokiaPort |
prometheusPort |
webPort |
Modifier and Type | Method and Description |
---|---|
String |
def() |
static JavaRunGenerator.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaRunGenerator.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final JavaRunGenerator.Config enabled
public static final JavaRunGenerator.Config webPort
public static final JavaRunGenerator.Config jolokiaPort
public static final JavaRunGenerator.Config prometheusPort
public static final JavaRunGenerator.Config baseDir
public static final JavaRunGenerator.Config assemblyRef
public static final JavaRunGenerator.Config fatJar
protected String d
public static JavaRunGenerator.Config[] values()
for (JavaRunGenerator.Config c : JavaRunGenerator.Config.values()) System.out.println(c);
public static JavaRunGenerator.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 Configs.Key
Copyright © 2018. All rights reserved.