Package | Description |
---|---|
io.spring.initializr.generator.project |
Project generation support classes.
|
io.spring.initializr.generator.test.project |
Support for testing project generation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProjectAssetGenerator
A default
ProjectAssetGenerator implementation that generates a directory
structure with all available project contributors . |
Modifier and Type | Method and Description |
---|---|
<T> T |
ProjectGenerator.generate(ProjectDescription description,
ProjectAssetGenerator<T> projectAssetGenerator)
Generate project assets using the specified
ProjectAssetGenerator for the
specified ProjectDescription . |
Modifier and Type | Method and Description |
---|---|
<T> T |
ProjectAssetTester.generate(MutableProjectDescription description,
ProjectAssetGenerator<T> projectAssetGenerator)
Generate a project asset using the specified
ProjectAssetGenerator . |
<T> T |
ProjectGeneratorTester.generate(MutableProjectDescription description,
ProjectAssetGenerator<T> projectAssetGenerator) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.