Class QuarkusExtensionCodestartCatalog
java.lang.Object
io.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusExtensionCodestartProjectInput>
io.quarkus.devtools.codestarts.extension.QuarkusExtensionCodestartCatalog
- All Implemented Interfaces:
io.quarkus.devtools.codestarts.CodestartCatalog<QuarkusExtensionCodestartProjectInput>
public final class QuarkusExtensionCodestartCatalog
extends io.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusExtensionCodestartProjectInput>
-
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 TypeMethodDescriptionfromBaseCodestartsResources(io.quarkus.devtools.messagewriter.MessageWriter log) protected Collection<io.quarkus.devtools.codestarts.Codestart> select(QuarkusExtensionCodestartProjectInput projectInput) Methods inherited from class io.quarkus.devtools.codestarts.core.GenericCodestartCatalog
createProject, getCodestarts
-
Field Details
-
QUARKUS_EXTENSION_CODESTARTS_DIR
- See Also:
-
-
Method Details
-
fromBaseCodestartsResources
public static QuarkusExtensionCodestartCatalog fromBaseCodestartsResources(io.quarkus.devtools.messagewriter.MessageWriter log) throws IOException - Throws:
IOException
-
select
protected Collection<io.quarkus.devtools.codestarts.Codestart> select(QuarkusExtensionCodestartProjectInput projectInput) - Overrides:
selectin classio.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusExtensionCodestartProjectInput>
-