public static enum QuarkusGenerator.Config extends Enum<QuarkusGenerator.Config> implements io.fabric8.maven.core.util.Configs.Key
Enum Constant and Description |
---|
nativeImage |
webPort |
Modifier and Type | Method and Description |
---|---|
String |
def() |
static QuarkusGenerator.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuarkusGenerator.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuarkusGenerator.Config webPort
public static final QuarkusGenerator.Config nativeImage
protected String d
public static QuarkusGenerator.Config[] values()
for (QuarkusGenerator.Config c : QuarkusGenerator.Config.values()) System.out.println(c);
public static QuarkusGenerator.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 © 2020. All rights reserved.