Uses of Interface
org.codehaus.modello.plugin.ModelloGenerator
-
-
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>GeneratorPluginManager. getPlugins()java.util.Iterator<ModelloGenerator>GeneratorPluginManager. getPluginsIterator() -
Uses of ModelloGenerator in org.codehaus.modello.maven
Fields in org.codehaus.modello.maven with type parameters of type ModelloGenerator Modifier and Type Field Description private java.util.Map<java.lang.String,ModelloGenerator>ModelloGenerateMojo. generatorMap -
Uses of ModelloGenerator in org.codehaus.modello.plugin
Classes in org.codehaus.modello.plugin that implement ModelloGenerator Modifier and Type Class Description classAbstractModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.converters
Classes in org.codehaus.modello.plugin.converters that implement ModelloGenerator Modifier and Type Class Description classConverterGeneratorGenerate 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 ModelloGenerator Modifier and Type Class Description classDom4jReaderGeneratorGenerator that reads a model using dom4j.classDom4jWriterGeneratorGenerate a writer that uses Dom4J. -
Uses of ModelloGenerator in org.codehaus.modello.plugin.java
Classes in org.codehaus.modello.plugin.java that implement ModelloGenerator Modifier and Type Class Description classAbstractJavaModelloGeneratorAbstractJavaModelloGenerator - similar in scope toAbstractModelloGeneratorbut with features that java generators can use.classJavaModelloGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.jdom
Classes in org.codehaus.modello.plugin.jdom that implement ModelloGenerator Modifier and Type Class Description classAbstractJDOMGeneratorclassJDOMWriterGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.sax
Classes in org.codehaus.modello.plugin.sax that implement ModelloGenerator Modifier and Type Class Description classSaxWriterGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.stax
Classes in org.codehaus.modello.plugin.stax that implement ModelloGenerator Modifier and Type Class Description classAbstractStaxGeneratorclassStaxReaderGeneratorclassStaxSerializerGeneratorGenerates the IndentingXMLStreamWriter used by the writer for pretty printing.classStaxWriterGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.xdoc
Classes in org.codehaus.modello.plugin.xdoc that implement ModelloGenerator Modifier and Type Class Description classXdocGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.xpp3
Classes in org.codehaus.modello.plugin.xpp3 that implement ModelloGenerator Modifier and Type Class Description classAbstractXpp3GeneratorclassXpp3ExtendedReaderGeneratorThe generator for XPP3-based parsers that support input location tracking.classXpp3ExtendedWriterGeneratorThe generator for XPP3-based writers that support input location tracking.classXpp3ReaderGeneratorclassXpp3WriterGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugin.xsd
Classes in org.codehaus.modello.plugin.xsd that implement ModelloGenerator Modifier and Type Class Description classXsdGenerator -
Uses of ModelloGenerator in org.codehaus.modello.plugins.xml
Classes in org.codehaus.modello.plugins.xml that implement ModelloGenerator Modifier and Type Class Description classAbstractXmlGeneratorAbstract class for plugins working on XML representation of the model, without having any need to generate Java code.classAbstractXmlJavaGeneratorAbstract class for plugins generating Java code for XML representation of the model.
-