| Package | Description |
|---|---|
| io.quarkus.devtools.codestarts | |
| io.quarkus.devtools.codestarts.core |
| Modifier and Type | Method and Description |
|---|---|
Codestart |
CodestartProjectDefinition.getRequiredCodestart(CodestartType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Codestart> |
CodestartProjectDefinition.getBaseCodestarts() |
Optional<Codestart> |
CodestartProjectDefinition.getCodestart(CodestartType type) |
Collection<Codestart> |
CodestartCatalog.getCodestarts() |
List<Codestart> |
CodestartProjectDefinition.getCodestarts() |
List<Codestart> |
CodestartProjectDefinition.getExtraCodestarts() |
static List<Codestart> |
CodestartCatalogLoader.loadCodestarts(CodestartPathLoader pathLoader,
String first,
String... more) |
static Collection<Codestart> |
CodestartCatalogLoader.loadCodestartsFromDir(Path directory) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Codestart> |
GenericCodestartCatalog.codestarts |
| Modifier and Type | Method and Description |
|---|---|
static Codestart |
CodestartCatalogs.findRequiredCodestart(Collection<Codestart> codestarts,
CodestartType type) |
Codestart |
DefaultCodestartProjectDefinition.getRequiredCodestart(CodestartType type) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Codestart> |
CodestartCatalogs.findCodestart(Collection<Codestart> codestarts,
CodestartType type) |
List<Codestart> |
DefaultCodestartProjectDefinition.getBaseCodestarts() |
Optional<Codestart> |
DefaultCodestartProjectDefinition.getCodestart(CodestartType type) |
List<Codestart> |
DefaultCodestartProjectDefinition.getCodestarts() |
Collection<Codestart> |
GenericCodestartCatalog.getCodestarts() |
List<Codestart> |
DefaultCodestartProjectDefinition.getExtraCodestarts() |
static Collection<Codestart> |
CodestartCatalogs.removeUnimplementedCodestarts(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
static Collection<Codestart> |
CodestartCatalogs.select(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
protected Collection<Codestart> |
GenericCodestartCatalog.select(T projectInput) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
CodestartData.buildCodestartData(Codestart codestart,
String languageName,
Map<String,Object> data) |
| Constructor and Description |
|---|
GenericCodestartCatalog(Collection<Codestart> codestarts) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.