org.codehaus.modello.core
Class DefaultGeneratorPluginManager
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.modello.plugin.AbstractPluginManager<ModelloGenerator>
org.codehaus.modello.core.DefaultGeneratorPluginManager
- All Implemented Interfaces:
- GeneratorPluginManager, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
public class DefaultGeneratorPluginManager
- extends AbstractPluginManager<ModelloGenerator>
- implements GeneratorPluginManager
- Version:
- $Id: DefaultGeneratorPluginManager.java 1419 2010-02-14 10:08:10Z hboutemy $
- Author:
- Trygve Laugstøl
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGeneratorPluginManager
public DefaultGeneratorPluginManager()
getGeneratorPlugin
public ModelloGenerator getGeneratorPlugin(String generatorId)
- Specified by:
getGeneratorPlugin
in interface GeneratorPluginManager
hasGeneratorPlugin
public boolean hasGeneratorPlugin(String generatorId)
- Specified by:
hasGeneratorPlugin
in interface GeneratorPluginManager
Copyright © 2001-2012 Codehaus. All Rights Reserved.