org.codehaus.modello.core
Class DefaultGeneratorPluginManager

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.modello.plugin.AbstractPluginManager
          extended by 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
implements GeneratorPluginManager

Version:
$Id: DefaultGeneratorPluginManager.java 149 2004-09-29 17:32:16Z jvanzyl $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.modello.core.GeneratorPluginManager
ROLE
 
Constructor Summary
DefaultGeneratorPluginManager()
           
 
Method Summary
 ModelloGenerator getGeneratorPlugin(java.lang.String generatorId)
           
 boolean hasGeneratorPlugin(java.lang.String generatorId)
           
 
Methods inherited from class org.codehaus.modello.plugin.AbstractPluginManager
getPlugin, getPlugins, getPluginsIterator, hasPlugin, initialize
 
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
 
Methods inherited from interface org.codehaus.modello.core.GeneratorPluginManager
getPlugins, getPluginsIterator
 

Constructor Detail

DefaultGeneratorPluginManager

public DefaultGeneratorPluginManager()
Method Detail

getGeneratorPlugin

public ModelloGenerator getGeneratorPlugin(java.lang.String generatorId)
Specified by:
getGeneratorPlugin in interface GeneratorPluginManager

hasGeneratorPlugin

public boolean hasGeneratorPlugin(java.lang.String generatorId)
Specified by:
hasGeneratorPlugin in interface GeneratorPluginManager


Copyright © 2001-2011 Codehaus. All Rights Reserved.