| Package | Description |
|---|---|
| io.quarkus.devtools.codestarts | |
| io.quarkus.devtools.codestarts.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CodestartCatalog<T extends CodestartProjectInput> |
| Modifier and Type | Method and Description |
|---|---|
CodestartProjectInput |
CodestartProjectInputBuilder.build() |
CodestartProjectInput |
CodestartProjectDefinition.getProjectInput() |
| Modifier and Type | Method and Description |
|---|---|
static CodestartCatalog<CodestartProjectInput> |
CodestartCatalogLoader.loadDefaultCatalog(CodestartPathLoader pathLoader,
String first,
String... more) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericCodestartCatalog<T extends CodestartProjectInput> |
| Modifier and Type | Method and Description |
|---|---|
CodestartProjectInput |
DefaultCodestartProjectDefinition.getProjectInput() |
| Modifier and Type | Method and Description |
|---|---|
static CodestartProjectDefinition |
DefaultCodestartProjectDefinition.of(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
static Collection<Codestart> |
CodestartCatalogs.removeUnimplementedCodestarts(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
static Collection<Codestart> |
CodestartCatalogs.select(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.