T
- the type that gathers the project assets@FunctionalInterface public interface ProjectAssetGenerator<T>
ProjectGenerationContext
.Modifier and Type | Method and Description |
---|---|
T |
generate(ProjectGenerationContext context)
Generate project assets using the specified
ProjectGenerationContext . |
T generate(ProjectGenerationContext context) throws IOException
ProjectGenerationContext
.context
- the context to useIOException
- if writing project assets failedCopyright © 2022 Pivotal Software, Inc.. All rights reserved.