org.codehaus.modello.core

Interface GeneratorPluginManager

Known Implementing Classes:
DefaultGeneratorPluginManager

public interface GeneratorPluginManager

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

Field Summary

static String
ROLE

Method Summary

ModelloGenerator
getGeneratorPlugin(String generatorId)
Map
getPlugins()
Iterator
getPluginsIterator()
boolean
hasGeneratorPlugin(String generatorId)

Field Details

ROLE

public static final String ROLE

Method Details

getGeneratorPlugin

public ModelloGenerator getGeneratorPlugin(String generatorId)

getPlugins

public Map getPlugins()

getPluginsIterator

public Iterator getPluginsIterator()

hasGeneratorPlugin

public boolean hasGeneratorPlugin(String generatorId)