public static enum CodestartData.LegacySupport extends Enum<CodestartData.LegacySupport>
| Enum Constant and Description |
|---|
BOM_ARTIFACT_ID |
BOM_GROUP_ID |
BOM_VERSION |
JAVA_VERSION |
PROJECT_ARTIFACT_ID |
PROJECT_GROUP_ID |
PROJECT_VERSION |
QUARKUS_PLUGIN_ARTIFACT_ID |
QUARKUS_PLUGIN_GROUP_ID |
QUARKUS_PLUGIN_VERSION |
QUARKUS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
convertFromLegacy(Map<String,Object> legacy) |
String |
getKey() |
String |
getLegacyKey() |
static CodestartData.LegacySupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodestartData.LegacySupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodestartData.LegacySupport BOM_GROUP_ID
public static final CodestartData.LegacySupport BOM_ARTIFACT_ID
public static final CodestartData.LegacySupport BOM_VERSION
public static final CodestartData.LegacySupport PROJECT_GROUP_ID
public static final CodestartData.LegacySupport PROJECT_ARTIFACT_ID
public static final CodestartData.LegacySupport PROJECT_VERSION
public static final CodestartData.LegacySupport QUARKUS_PLUGIN_GROUP_ID
public static final CodestartData.LegacySupport QUARKUS_PLUGIN_ARTIFACT_ID
public static final CodestartData.LegacySupport QUARKUS_PLUGIN_VERSION
public static final CodestartData.LegacySupport QUARKUS_VERSION
public static final CodestartData.LegacySupport JAVA_VERSION
public static CodestartData.LegacySupport[] values()
for (CodestartData.LegacySupport c : CodestartData.LegacySupport.values()) System.out.println(c);
public static CodestartData.LegacySupport 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()
public String getLegacyKey()
Copyright © 2020 JBoss by Red Hat. All rights reserved.