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 ModelloGenerator
getGeneratorPlugin(String generatorId)
Map<String,ModelloGenerator>
getPlugins()
Iterator<ModelloGenerator>
getPluginsIterator()
boolean
hasGeneratorPlugin(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)
-
-