Package org.codehaus.modello.core
Interface GeneratorPluginManager
-
- All Known Implementing Classes:
DefaultGeneratorPluginManager
public interface GeneratorPluginManager- Author:
- Trygve Laugstøl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelloGeneratorgetGeneratorPlugin(String generatorId)Map<String,ModelloGenerator>getPlugins()Iterator<ModelloGenerator>getPluginsIterator()booleanhasGeneratorPlugin(String generatorId)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
getPlugins
Map<String,ModelloGenerator> getPlugins()
-
getPluginsIterator
Iterator<ModelloGenerator> getPluginsIterator()
-
getGeneratorPlugin
ModelloGenerator getGeneratorPlugin(String generatorId)
-
hasGeneratorPlugin
boolean hasGeneratorPlugin(String generatorId)
-
-