Modifier and Type | Method and Description |
---|---|
ModelloGenerator |
DefaultGeneratorPluginManager.getGeneratorPlugin(java.lang.String generatorId) |
ModelloGenerator |
GeneratorPluginManager.getGeneratorPlugin(java.lang.String generatorId) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ModelloGenerator> |
GeneratorPluginManager.getPlugins() |
java.util.Iterator<ModelloGenerator> |
GeneratorPluginManager.getPluginsIterator() |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ModelloGenerator> |
ModelloGenerateMojo.generatorMap |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelloGenerator |
Modifier and Type | Class and Description |
---|---|
class |
ConverterGenerator
Generate a basic conversion class between two versions of a model.
|
Modifier and Type | Class and Description |
---|---|
class |
Dom4jReaderGenerator
Generator that reads a model using dom4j.
|
class |
Dom4jWriterGenerator
Generate a writer that uses Dom4J.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaModelloGenerator
AbstractJavaModelloGenerator - similar in scope to
AbstractModelloGenerator but with features that
java generators can use. |
class |
JavaModelloGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOMGenerator |
class |
JDOMWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SaxWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStaxGenerator |
class |
StaxReaderGenerator |
class |
StaxSerializerGenerator
Generates the IndentingXMLStreamWriter used by the writer for pretty printing.
|
class |
StaxWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
XdocGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXpp3Generator |
class |
Xpp3ExtendedReaderGenerator
The generator for XPP3-based parsers that support input location tracking.
|
class |
Xpp3ExtendedWriterGenerator
The generator for XPP3-based writers that support input location tracking.
|
class |
Xpp3ReaderGenerator |
class |
Xpp3WriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
XsdGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlGenerator
Abstract class for plugins working on XML representation of the model, without having any need to generate
Java code.
|
class |
AbstractXmlJavaGenerator
Abstract class for plugins generating Java code for XML representation of the model.
|