org.codehaus.modello.core

Class DefaultGeneratorPluginManager

Implemented Interfaces:
GeneratorPluginManager, Initializable

public class DefaultGeneratorPluginManager
extends AbstractPluginManager
implements GeneratorPluginManager

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

Fields inherited from interface org.codehaus.modello.core.GeneratorPluginManager

ROLE

Method Summary

ModelloGenerator
getGeneratorPlugin(String generatorId)
boolean
hasGeneratorPlugin(String generatorId)

Methods inherited from class org.codehaus.modello.plugin.AbstractPluginManager

getPlugin, getPlugins, getPluginsIterator, hasPlugin, initialize

Method Details

getGeneratorPlugin

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

hasGeneratorPlugin

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