| 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 | Method and Description |
|---|---|
T |
ProjectAssetGenerator.generate(ProjectGenerationContext context)
Generate project assets using the specified
ProjectGenerationContext. |
Path |
DefaultProjectAssetGenerator.generate(ProjectGenerationContext context) |
| Constructor and Description |
|---|
ProjectGenerator(Consumer<ProjectGenerationContext> contextConsumer)
Create an instance with a customizer for the
ProjectGenerationContext and a
default factory for the ProjectGenerationContext that disables bean
definition overriding. |
ProjectGenerator(Consumer<ProjectGenerationContext> contextConsumer,
Supplier<? extends ProjectGenerationContext> contextFactory)
Create an instance with a customizer for the project generator application context
and a factory for the
ProjectGenerationContext. |
ProjectGenerator(Consumer<ProjectGenerationContext> contextConsumer,
Supplier<? extends ProjectGenerationContext> contextFactory)
Create an instance with a customizer for the project generator application context
and a factory for the
ProjectGenerationContext. |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractProjectGenerationTester.ProjectGenerationInvoker.generate(Consumer<ProjectGenerationContext> contextInitializer) |
protected abstract SELF |
AbstractProjectGenerationTester.newInstance(Map<Class<?>,Supplier<?>> beanDefinitions,
Consumer<ProjectGenerationContext> contextInitializer,
Consumer<MutableProjectDescription> descriptionCustomizer) |
protected ProjectGeneratorTester |
ProjectGeneratorTester.newInstance(Map<Class<?>,Supplier<?>> beanDefinitions,
Consumer<ProjectGenerationContext> contextInitializer,
Consumer<MutableProjectDescription> descriptionCustomizer) |
protected ProjectAssetTester |
ProjectAssetTester.newInstance(Map<Class<?>,Supplier<?>> beanDefinitions,
Consumer<ProjectGenerationContext> contextInitializer,
Consumer<MutableProjectDescription> descriptionCustomizer) |
SELF |
AbstractProjectGenerationTester.withContextInitializer(Consumer<ProjectGenerationContext> context) |
| Constructor and Description |
|---|
AbstractProjectGenerationTester(Map<Class<?>,Supplier<?>> beanDefinitions,
Consumer<ProjectGenerationContext> contextInitializer,
Consumer<MutableProjectDescription> descriptionCustomizer) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.