Uses of Interface
io.spring.initializr.generator.project.ProjectAssetGenerator
Packages that use ProjectAssetGenerator
Package
Description
Project generation support classes.
Support for testing project generation.
Project generation handling.
-
Uses of ProjectAssetGenerator in io.spring.initializr.generator.project
Classes in io.spring.initializr.generator.project that implement ProjectAssetGeneratorModifier and TypeClassDescriptionclass
A defaultProjectAssetGenerator
implementation that generates a directory structure with all availableproject contributors
.Methods in io.spring.initializr.generator.project with parameters of type ProjectAssetGeneratorModifier and TypeMethodDescription<T> T
ProjectGenerator.generate
(ProjectDescription description, ProjectAssetGenerator<T> projectAssetGenerator) Generate project assets using the specifiedProjectAssetGenerator
for the specifiedProjectDescription
. -
Uses of ProjectAssetGenerator in io.spring.initializr.generator.test.project
Methods in io.spring.initializr.generator.test.project with parameters of type ProjectAssetGeneratorModifier and TypeMethodDescription<T> T
ProjectAssetTester.generate
(MutableProjectDescription description, ProjectAssetGenerator<T> projectAssetGenerator) Generate a project asset using the specifiedProjectAssetGenerator
.<T> T
ProjectGeneratorTester.generate
(MutableProjectDescription description, ProjectAssetGenerator<T> projectAssetGenerator) -
Uses of ProjectAssetGenerator in io.spring.initializr.web.project
Methods in io.spring.initializr.web.project that return ProjectAssetGeneratorModifier and TypeMethodDescriptionprotected ProjectAssetGenerator<Path>
ProjectGenerationInvoker.getProjectAssetGenerator
(ProjectDescription description) Return theProjectAssetGenerator
to use to generate the project structure for the specifiedProjectDescription
.