Uses of Interface
org.codehaus.modello.plugin.ModelloGenerator
Packages that use ModelloGenerator
Package
Description
-
Uses of ModelloGenerator in org.codehaus.modello.core
Fields in org.codehaus.modello.core with type parameters of type ModelloGeneratorModifier and TypeFieldDescriptionprivate Map
<String, ModelloGenerator> DefaultGeneratorPluginManager.plugins
Methods in org.codehaus.modello.core that return ModelloGeneratorModifier and TypeMethodDescriptionDefaultGeneratorPluginManager.getGeneratorPlugin
(String generatorId) GeneratorPluginManager.getGeneratorPlugin
(String generatorId) Methods in org.codehaus.modello.core that return types with arguments of type ModelloGeneratorModifier and TypeMethodDescriptionDefaultGeneratorPluginManager.getPlugins()
GeneratorPluginManager.getPlugins()
GeneratorPluginManager.getPluginsIterator()
-
Uses of ModelloGenerator in org.codehaus.modello.maven
Fields in org.codehaus.modello.maven with type parameters of type ModelloGeneratorModifier and TypeFieldDescriptionprivate Map
<String, ModelloGenerator> ModelloGenerateMojo.generatorMap
-
Uses of ModelloGenerator in org.codehaus.modello.plugin
Classes in org.codehaus.modello.plugin that implement ModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.converters
Classes in org.codehaus.modello.plugin.converters that implement ModelloGeneratorModifier and TypeClassDescriptionclass
Generate a basic conversion class between two versions of a model. -
Uses of ModelloGenerator in org.codehaus.modello.plugin.dom4j
Classes in org.codehaus.modello.plugin.dom4j that implement ModelloGeneratorModifier and TypeClassDescriptionclass
Generator that reads a model using dom4j.class
Generate a writer that uses Dom4J. -
Uses of ModelloGenerator in org.codehaus.modello.plugin.java
Classes in org.codehaus.modello.plugin.java that implement ModelloGeneratorModifier and TypeClassDescriptionclass
AbstractJavaModelloGenerator - similar in scope toAbstractModelloGenerator
but with features that java generators can use.class
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.jdom
Classes in org.codehaus.modello.plugin.jdom that implement ModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.sax
Classes in org.codehaus.modello.plugin.sax that implement ModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.stax
Classes in org.codehaus.modello.plugin.stax that implement ModelloGeneratorModifier and TypeClassDescriptionclass
class
class
Generates the IndentingXMLStreamWriter used by the writer for pretty printing.class
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.velocity
Classes in org.codehaus.modello.plugin.velocity that implement ModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.xdoc
Classes in org.codehaus.modello.plugin.xdoc that implement ModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.xpp3
Classes in org.codehaus.modello.plugin.xpp3 that implement ModelloGeneratorModifier and TypeClassDescriptionclass
class
The generator for XPP3-based parsers that support input location tracking.class
The generator for XPP3-based writers that support input location tracking.class
class
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.xsd
Classes in org.codehaus.modello.plugin.xsd that implement ModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugins.xml
Classes in org.codehaus.modello.plugins.xml that implement ModelloGeneratorModifier and TypeClassDescriptionclass
Abstract class for plugins working on XML representation of the model, without having any need to generate Java code.class
Abstract class for plugins generating Java code for XML representation of the model.