Class CodestartCatalogs
java.lang.Object
io.quarkus.devtools.codestarts.core.CodestartCatalogs
-
Method Summary
Modifier and TypeMethodDescriptionfindCodestart(Collection<Codestart> codestarts, CodestartType type) static StringfindLanguageName(Collection<Codestart> codestarts) static CodestartfindRequiredCodestart(Collection<Codestart> codestarts, CodestartType type) static Collection<Codestart>removeUnimplementedCodestarts(CodestartProjectInput projectInput, Collection<Codestart> codestarts) static Collection<Codestart>select(CodestartProjectInput projectInput, Collection<Codestart> codestarts)
-
Method Details
-
findRequiredCodestart
-
findLanguageName
-
findCodestart
public static Optional<Codestart> findCodestart(Collection<Codestart> codestarts, CodestartType type) -
select
public static Collection<Codestart> select(CodestartProjectInput projectInput, Collection<Codestart> codestarts) -
removeUnimplementedCodestarts
public static Collection<Codestart> removeUnimplementedCodestarts(CodestartProjectInput projectInput, Collection<Codestart> codestarts)
-