Package io.vertigo.studio.impl.generator
Class GeneratorManagerImpl
java.lang.Object
io.vertigo.studio.impl.generator.GeneratorManagerImpl
- All Implemented Interfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Manager,GeneratorManager
Implements MDA.
- Author:
- pchretien, mlaroche, dchallas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclean(GeneratorConfig generatorConfig) Clean the gen directorygenerate(Notebook notebook, GeneratorConfig generatorConfig) Generates the files.
-
Constructor Details
-
GeneratorManagerImpl
Constructor.- Parameters:
generatorPlugins-
-
-
Method Details
-
generate
Generates the files.- Specified by:
generatein interfaceGeneratorManager- Returns:
- the result
-
clean
Description copied from interface:GeneratorManagerClean the gen directory- Specified by:
cleanin interfaceGeneratorManager- Returns:
- the result
-