Class QuarkusExtensionCodestartCatalog
- java.lang.Object
-
- io.quarkus.devtools.codestarts.core.GenericCodestartCatalog<QuarkusExtensionCodestartProjectInput>
-
- io.quarkus.devtools.codestarts.extension.QuarkusExtensionCodestartCatalog
-
- All Implemented Interfaces:
CodestartCatalog<QuarkusExtensionCodestartProjectInput>
public final class QuarkusExtensionCodestartCatalog extends GenericCodestartCatalog<QuarkusExtensionCodestartProjectInput>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuarkusExtensionCodestartCatalog.Codestatic classQuarkusExtensionCodestartCatalog.QuarkusExtensionDatastatic classQuarkusExtensionCodestartCatalog.Tooling
-
Field Summary
Fields Modifier and Type Field Description static StringQUARKUS_EXTENSION_CODESTARTS_DIR-
Fields inherited from class io.quarkus.devtools.codestarts.core.GenericCodestartCatalog
codestarts
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuarkusExtensionCodestartCatalogfromBaseCodestartsResources()protected Collection<Codestart>select(QuarkusExtensionCodestartProjectInput projectInput)-
Methods inherited from class io.quarkus.devtools.codestarts.core.GenericCodestartCatalog
createProject, getCodestarts
-
-
-
-
Field Detail
-
QUARKUS_EXTENSION_CODESTARTS_DIR
public static final String QUARKUS_EXTENSION_CODESTARTS_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromBaseCodestartsResources
public static QuarkusExtensionCodestartCatalog fromBaseCodestartsResources() throws IOException
- Throws:
IOException
-
select
protected Collection<Codestart> select(QuarkusExtensionCodestartProjectInput projectInput)
- Overrides:
selectin classGenericCodestartCatalog<QuarkusExtensionCodestartProjectInput>
-
-