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 ModelloGeneratorDefaultGeneratorPluginManager. getGeneratorPlugin(java.lang.String generatorId)ModelloGeneratorGeneratorPluginManager. 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>DefaultGeneratorPluginManager. getPlugins()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 classAbstractModelloGenerator
-