Enum Class QuarkusExtensionCodestartCatalog.QuarkusExtensionData
java.lang.Object
java.lang.Enum<QuarkusExtensionCodestartCatalog.QuarkusExtensionData>
io.quarkus.devtools.codestarts.extension.QuarkusExtensionCodestartCatalog.QuarkusExtensionData
- All Implemented Interfaces:
io.quarkus.devtools.codestarts.DataKey,Serializable,Comparable<QuarkusExtensionCodestartCatalog.QuarkusExtensionData>,Constable
- Enclosing class:
QuarkusExtensionCodestartCatalog
public static enum QuarkusExtensionCodestartCatalog.QuarkusExtensionData
extends Enum<QuarkusExtensionCodestartCatalog.QuarkusExtensionData>
implements io.quarkus.devtools.codestarts.DataKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
NAMESPACE_ID
-
NAMESPACE_NAME
-
EXTENSION_ID
-
EXTENSION_NAME
-
EXTENSION_FULL_NAME
-
EXTENSION_DESCRIPTION
-
EXTENSION_GUIDE
-
GROUP_ID
-
VERSION
-
PACKAGE_NAME
-
CLASS_NAME_BASE
-
MAVEN_SUREFIRE_PLUGIN_VERSION
public static final QuarkusExtensionCodestartCatalog.QuarkusExtensionData MAVEN_SUREFIRE_PLUGIN_VERSION -
QUARKUS_VERSION
-
QUARKUS_BOM_GROUP_ID
-
QUARKUS_BOM_ARTIFACT_ID
-
QUARKUS_BOM_VERSION
-
JAVA_VERSION
-
PROPERTIES_FROM_PARENT
-
PARENT_GROUP_ID
-
PARENT_ARTIFACT_ID
-
PARENT_VERSION
-
PARENT_RELATIVE_PATH
-
IT_PARENT_GROUP_ID
-
IT_PARENT_ARTIFACT_ID
-
IT_PARENT_VERSION
-
IT_PARENT_RELATIVE_PATH
-
MAVEN_QUARKUS_EXTENSION_PLUGIN
public static final QuarkusExtensionCodestartCatalog.QuarkusExtensionData MAVEN_QUARKUS_EXTENSION_PLUGIN -
MAVEN_COMPILER_PLUGIN_VERSION
public static final QuarkusExtensionCodestartCatalog.QuarkusExtensionData MAVEN_COMPILER_PLUGIN_VERSION -
HAS_DOCS_MODULE
-
HAS_INTEGRATION_TESTS_MODULE
public static final QuarkusExtensionCodestartCatalog.QuarkusExtensionData HAS_INTEGRATION_TESTS_MODULE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
key
- Specified by:
keyin interfaceio.quarkus.devtools.codestarts.DataKey
-