Package io.quarkus.devtools.codestarts
Interface CodestartCatalog<T extends CodestartProjectInput>
-
- All Known Implementing Classes:
GenericCodestartCatalog
public interface CodestartCatalog<T extends CodestartProjectInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodestartProjectDefinitioncreateProject(T projectInput)Collection<Codestart>getCodestarts()
-
-
-
Method Detail
-
getCodestarts
Collection<Codestart> getCodestarts()
-
createProject
CodestartProjectDefinition createProject(T projectInput)
-
-