| Package | Description |
|---|---|
| io.quarkus.devtools.codestarts | |
| io.quarkus.devtools.codestarts.core |
| Modifier and Type | Method and Description |
|---|---|
CodestartType |
Codestart.getType() |
static CodestartType |
CodestartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodestartType[] |
CodestartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Codestart> |
CodestartProjectDefinition.getCodestart(CodestartType type) |
Codestart |
CodestartProjectDefinition.getRequiredCodestart(CodestartType type) |
| Modifier and Type | Method and Description |
|---|---|
CodestartType |
CodestartSpec.getType() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Codestart> |
CodestartCatalogs.findCodestart(Collection<Codestart> codestarts,
CodestartType type) |
static Codestart |
CodestartCatalogs.findRequiredCodestart(Collection<Codestart> codestarts,
CodestartType type) |
Optional<Codestart> |
DefaultCodestartProjectDefinition.getCodestart(CodestartType type) |
Codestart |
DefaultCodestartProjectDefinition.getRequiredCodestart(CodestartType type) |
| Constructor and Description |
|---|
CodestartSpec(String name,
String ref,
CodestartType type,
boolean isFallback,
boolean isPreselected,
Set<String> tags,
Map<String,String> outputStrategy,
Map<String,CodestartSpec.LanguageSpec> languagesSpec) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.