Class DefaultGeneratorPluginManager
java.lang.Object
org.codehaus.modello.plugin.AbstractPluginManager<ModelloGenerator>
org.codehaus.modello.core.DefaultGeneratorPluginManager
- All Implemented Interfaces:
GeneratorPluginManager
@Named
public class DefaultGeneratorPluginManager
extends AbstractPluginManager<ModelloGenerator>
implements GeneratorPluginManager
- Author:
- Trygve Laugstøl
-
Field Summary
Fields inherited from interface GeneratorPluginManager
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGeneratorPlugin(String generatorId) booleanhasGeneratorPlugin(String generatorId) Methods inherited from class AbstractPluginManager
getLogger, getPlugin, getPluginsIterator, hasPlugin, initializeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GeneratorPluginManager
getPluginsIterator
-
Constructor Details
-
DefaultGeneratorPluginManager
public DefaultGeneratorPluginManager()
-
-
Method Details
-
getPlugins
- Specified by:
getPluginsin interfaceGeneratorPluginManager- Specified by:
getPluginsin classAbstractPluginManager<ModelloGenerator>
-
getGeneratorPlugin
- Specified by:
getGeneratorPluginin interfaceGeneratorPluginManager
-
hasGeneratorPlugin
- Specified by:
hasGeneratorPluginin interfaceGeneratorPluginManager
-