Class QuarkusJBangCodestartCatalog
java.lang.Object
io.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusJBangCodestartProjectInput>
io.quarkus.devtools.codestarts.jbang.QuarkusJBangCodestartCatalog
- All Implemented Interfaces:
io.quarkus.devtools.codestarts.CodestartCatalog<QuarkusJBangCodestartProjectInput>
public final class QuarkusJBangCodestartCatalog
extends io.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusJBangCodestartProjectInput>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Field Summary
FieldsFields inherited from class io.quarkus.devtools.codestarts.core.GenericCodestartCatalog
codestarts -
Method Summary
Modifier and TypeMethodDescriptionstatic QuarkusJBangCodestartCatalogfromBaseCodestartsResources(io.quarkus.devtools.messagewriter.MessageWriter log) static QuarkusJBangCodestartCatalogfromResourceLoaders(List<ResourceLoader> resourceLoaders) protected Collection<io.quarkus.devtools.codestarts.Codestart> select(QuarkusJBangCodestartProjectInput projectInput) Methods inherited from class io.quarkus.devtools.codestarts.core.GenericCodestartCatalog
createProject, getCodestarts
-
Field Details
-
QUARKUS_JBANG_CODESTARTS_DIR
- See Also:
-
-
Method Details
-
fromBaseCodestartsResources
public static QuarkusJBangCodestartCatalog fromBaseCodestartsResources(io.quarkus.devtools.messagewriter.MessageWriter log) throws IOException - Throws:
IOException
-
fromResourceLoaders
public static QuarkusJBangCodestartCatalog fromResourceLoaders(List<ResourceLoader> resourceLoaders) throws IOException - Throws:
IOException
-
select
protected Collection<io.quarkus.devtools.codestarts.Codestart> select(QuarkusJBangCodestartProjectInput projectInput) - Overrides:
selectin classio.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusJBangCodestartProjectInput>
-