org.codehaus.modello.core

Interface GeneratorPluginManager

public interface GeneratorPluginManager

Version: $Id: GeneratorPluginManager.java 149 2004-09-29 17:32:16Z jvanzyl $

Author: Trygve Laugstøl

Field Summary
StringROLE
Method Summary
ModelloGeneratorgetGeneratorPlugin(String generatorId)
MapgetPlugins()
IteratorgetPluginsIterator()
booleanhasGeneratorPlugin(String generatorId)

Field Detail

ROLE

public String ROLE

Method Detail

getGeneratorPlugin

public ModelloGenerator getGeneratorPlugin(String generatorId)

getPlugins

public Map getPlugins()

getPluginsIterator

public Iterator getPluginsIterator()

hasGeneratorPlugin

public boolean hasGeneratorPlugin(String generatorId)
Copyright © 2001-2009 Codehaus. All Rights Reserved.