Uses of Enum Class
io.quarkus.devtools.codestarts.CodestartType
Packages that use CodestartType
-
Uses of CodestartType in io.quarkus.devtools.codestarts
Methods in io.quarkus.devtools.codestarts that return CodestartTypeModifier and TypeMethodDescriptionCodestart.getType()static CodestartTypeReturns the enum constant of this class with the specified name.static CodestartType[]CodestartType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.devtools.codestarts with parameters of type CodestartTypeModifier and TypeMethodDescriptionCodestartProjectDefinition.getCodestart(CodestartType type) CodestartProjectDefinition.getRequiredCodestart(CodestartType type) -
Uses of CodestartType in io.quarkus.devtools.codestarts.core
Methods in io.quarkus.devtools.codestarts.core that return CodestartTypeMethods in io.quarkus.devtools.codestarts.core with parameters of type CodestartTypeModifier and TypeMethodDescriptionCodestartCatalogs.findCodestart(Collection<Codestart> codestarts, CodestartType type) static CodestartCodestartCatalogs.findRequiredCodestart(Collection<Codestart> codestarts, CodestartType type) DefaultCodestartProjectDefinition.getCodestart(CodestartType type) CodestartData.getInputCodestartForType(Map<String, Object> data, CodestartType type) DefaultCodestartProjectDefinition.getRequiredCodestart(CodestartType type) Constructors in io.quarkus.devtools.codestarts.core with parameters of type CodestartTypeModifierConstructorDescriptionCodestartSpec(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)