org.codehaus.modello.core
Interface GeneratorPluginManager

All Known Implementing Classes:
DefaultGeneratorPluginManager

public interface GeneratorPluginManager

Version:
$Id: GeneratorPluginManager.java 1419 2010-02-14 10:08:10Z hboutemy $
Author:
Trygve Laugstøl

Field Summary
static String ROLE
           
 
Method Summary
 ModelloGenerator getGeneratorPlugin(String generatorId)
           
 Map<String,ModelloGenerator> getPlugins()
           
 Iterator<ModelloGenerator> getPluginsIterator()
           
 boolean hasGeneratorPlugin(String generatorId)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

getPlugins

Map<String,ModelloGenerator> getPlugins()

getPluginsIterator

Iterator<ModelloGenerator> getPluginsIterator()

getGeneratorPlugin

ModelloGenerator getGeneratorPlugin(String generatorId)

hasGeneratorPlugin

boolean hasGeneratorPlugin(String generatorId)


Copyright © 2001-2011 Codehaus. All Rights Reserved.