Uses of Interface
org.codehaus.modello.plugin.ModelloGenerator
-
Packages that use ModelloGenerator Package Description org.codehaus.modello.core org.codehaus.modello.plugin -
-
Uses of ModelloGenerator in org.codehaus.modello.core
Methods in org.codehaus.modello.core that return ModelloGenerator Modifier and Type Method Description ModelloGenerator
DefaultGeneratorPluginManager. getGeneratorPlugin(java.lang.String generatorId)
ModelloGenerator
GeneratorPluginManager. getGeneratorPlugin(java.lang.String generatorId)
Methods in org.codehaus.modello.core that return types with arguments of type ModelloGenerator Modifier and Type Method Description java.util.Map<java.lang.String,ModelloGenerator>
GeneratorPluginManager. getPlugins()
java.util.Iterator<ModelloGenerator>
GeneratorPluginManager. getPluginsIterator()
-
Uses of ModelloGenerator in org.codehaus.modello.plugin
Classes in org.codehaus.modello.plugin that implement ModelloGenerator Modifier and Type Class Description class
AbstractModelloGenerator
-