Uses of Class
io.quarkus.devtools.codestarts.CodestartType
-
Packages that use CodestartType Package Description io.quarkus.devtools.codestarts io.quarkus.devtools.codestarts.core -
-
Uses of CodestartType in io.quarkus.devtools.codestarts
Methods in io.quarkus.devtools.codestarts that return CodestartType Modifier and Type Method Description CodestartTypeCodestart. getType()static CodestartTypeCodestartType. 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.Methods in io.quarkus.devtools.codestarts with parameters of type CodestartType Modifier and Type Method Description Optional<Codestart>CodestartProjectDefinition. getCodestart(CodestartType type)CodestartCodestartProjectDefinition. getRequiredCodestart(CodestartType type) -
Uses of CodestartType in io.quarkus.devtools.codestarts.core
Methods in io.quarkus.devtools.codestarts.core that return CodestartType Modifier and Type Method Description CodestartTypeCodestartSpec. getType()Methods in io.quarkus.devtools.codestarts.core with parameters of type CodestartType Modifier and Type Method Description static Optional<Codestart>CodestartCatalogs. findCodestart(Collection<Codestart> codestarts, CodestartType type)static CodestartCodestartCatalogs. findRequiredCodestart(Collection<Codestart> codestarts, CodestartType type)Optional<Codestart>DefaultCodestartProjectDefinition. getCodestart(CodestartType type)static Optional<String>CodestartData. getInputCodestartForType(Map<String,Object> data, CodestartType type)CodestartDefaultCodestartProjectDefinition. getRequiredCodestart(CodestartType type)Constructors in io.quarkus.devtools.codestarts.core with parameters of type CodestartType Constructor Description CodestartSpec(String name, String ref, CodestartType type, boolean isFallback, boolean isPreselected, Set<String> tags, Map<String,String> metadata, Map<String,String> outputStrategy, Map<String,CodestartSpec.LanguageSpec> languagesSpec)
-