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
ROLE
static final String ROLE
getPlugins
Map<String,ModelloGenerator> getPlugins()
getPluginsIterator
Iterator<ModelloGenerator> getPluginsIterator()
getGeneratorPlugin
ModelloGenerator getGeneratorPlugin(String generatorId)
hasGeneratorPlugin
boolean hasGeneratorPlugin(String generatorId)
Copyright © 2001-2012 Codehaus. All Rights Reserved.