Uses of Class
io.quarkus.devtools.codestarts.CodestartProjectInput
-
Packages that use CodestartProjectInput Package Description io.quarkus.devtools.codestarts io.quarkus.devtools.codestarts.core -
-
Uses of CodestartProjectInput in io.quarkus.devtools.codestarts
Classes in io.quarkus.devtools.codestarts with type parameters of type CodestartProjectInput Modifier and Type Interface Description interfaceCodestartCatalog<T extends CodestartProjectInput>Methods in io.quarkus.devtools.codestarts that return CodestartProjectInput Modifier and Type Method Description CodestartProjectInputCodestartProjectInputBuilder. build()CodestartProjectInputCodestartProjectDefinition. getProjectInput()Methods in io.quarkus.devtools.codestarts that return types with arguments of type CodestartProjectInput Modifier and Type Method Description static CodestartCatalog<CodestartProjectInput>CodestartCatalogLoader. loadDefaultCatalog(CodestartPathLoader pathLoader, String first, String... more) -
Uses of CodestartProjectInput in io.quarkus.devtools.codestarts.core
Classes in io.quarkus.devtools.codestarts.core with type parameters of type CodestartProjectInput Modifier and Type Class Description classGenericCodestartCatalog<T extends CodestartProjectInput>Methods in io.quarkus.devtools.codestarts.core that return CodestartProjectInput Modifier and Type Method Description CodestartProjectInputDefaultCodestartProjectDefinition. getProjectInput()Methods in io.quarkus.devtools.codestarts.core with parameters of type CodestartProjectInput Modifier and Type Method Description static CodestartProjectDefinitionDefaultCodestartProjectDefinition. 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)
-