Uses of Class
org.codehaus.modello.model.Model
Packages that use Model
Package
Description
-
Uses of Model in org.codehaus.modello.core
Methods in org.codehaus.modello.core that return ModelModifier and TypeMethodDescriptionDefaultModelloCore.translate
(Reader reader, String inputType, Properties parameters) ModelloCore.translate
(Reader reader, String inputType, Properties parameters) Methods in org.codehaus.modello.core with parameters of type ModelModifier and TypeMethodDescriptionvoid
DefaultModelloCore.generate
(Model model, String outputType, Properties parameters) void
ModelloCore.generate
(Model model, String outputType, Properties parameters) private void
DefaultModelloCore.handlePluginsMetadata
(ModelReader modelReader, Model model) Handle Plugins Metadata.void
void
void
private void
DefaultModelloCore.upgradeModelloModel
(ModelReader modelReader, Model model) Rename or move entities and provide a deprecation messageprivate void
Validate the entire model. -
Uses of Model in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io that return ModelMethods in org.codehaus.modello.core.io with parameters of type ModelModifier and TypeMethodDescriptionprivate void
ModelReader.parseClasses
(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) private void
ModelReader.parseDefaults
(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) private void
ModelReader.parseInterfaces
(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) void
ModelReader.parseModel
(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) private void
ModelReader.parseVersionDefinition
(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) -
Uses of Model in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata with parameters of type ModelModifier and TypeMethodDescriptionMetadataPlugin.getModelMetadata
(Model model, Map<String, String> data) -
Uses of Model in org.codehaus.modello.model
Fields in org.codehaus.modello.model declared as ModelMethods in org.codehaus.modello.model that return ModelMethods in org.codehaus.modello.model with parameters of type ModelModifier and TypeMethodDescriptionvoid
ModelClass.initialize
(Model model) void
ModelType.initialize
(Model model) Constructors in org.codehaus.modello.model with parameters of type ModelModifierConstructorDescriptionModelClass
(Model model, String name) ModelInterface
(Model model, String name) -
Uses of Model in org.codehaus.modello.plugin
Fields in org.codehaus.modello.plugin declared as ModelMethods in org.codehaus.modello.plugin that return ModelMethods in org.codehaus.modello.plugin with parameters of type ModelModifier and TypeMethodDescriptionvoid
ModelloGenerator.generate
(Model model, Properties parameters) protected void
AbstractModelloGenerator.initialize
(Model model, Properties parameters) protected boolean
AbstractModelloGenerator.isClassInModel
(String fieldType, Model model) -
Uses of Model in org.codehaus.modello.plugin.converters
Methods in org.codehaus.modello.plugin.converters with parameters of type ModelModifier and TypeMethodDescriptionvoid
ConverterGenerator.generate
(Model model, Properties parameters) private static void
ConverterGenerator.writeConvertMethod
(JClass converterClass, Model objectModel, String basePackage, List<Version> allVersions, Version v, ModelClass rootClass) -
Uses of Model in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j with parameters of type ModelModifier and TypeMethodDescriptionvoid
Dom4jReaderGenerator.generate
(Model model, Properties parameters) void
Dom4jWriterGenerator.generate
(Model model, Properties parameters) private void
Dom4jWriterGenerator.writeAllClasses
(Model objectModel, JClass jClass) private void
Dom4jReaderGenerator.writeAllClassesParser
(Model objectModel, JClass jClass) -
Uses of Model in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type ModelModifier and TypeMethodDescriptionvoid
JavaModelloGenerator.generate
(Model model, Properties parameters) private String
JavaModelloGenerator.generateLocationTracker
(Model objectModel, ModelClass locationClass) protected List
<ModelClass> AbstractJavaModelloGenerator.getClasses
(Model model) protected void
AbstractJavaModelloGenerator.initialize
(Model model, Properties parameters) protected void
AbstractJavaModelloGenerator.suppressAllWarnings
(Model objectModel, JStructure structure) -
Uses of Model in org.codehaus.modello.plugin.java.metadata
Methods in org.codehaus.modello.plugin.java.metadata with parameters of type ModelModifier and TypeMethodDescriptionJavaMetadataPlugin.getModelMetadata
(Model model, Map<String, String> data) -
Uses of Model in org.codehaus.modello.plugin.jdom
Methods in org.codehaus.modello.plugin.jdom with parameters of type ModelModifier and TypeMethodDescriptionvoid
JDOMWriterGenerator.generate
(Model model, Properties parameters) private void
JDOMWriterGenerator.writeAllClasses
(Model objectModel, JClass jClass, ModelClass rootClass) -
Uses of Model in org.codehaus.modello.plugin.model
Methods in org.codehaus.modello.plugin.model with parameters of type ModelModifier and TypeMethodDescriptionModelMetadataPlugin.getModelMetadata
(Model model, Map<String, String> data) -
Uses of Model in org.codehaus.modello.plugin.sax
Methods in org.codehaus.modello.plugin.sax with parameters of type ModelModifier and TypeMethodDescriptionvoid
SaxWriterGenerator.generate
(Model model, Properties parameters) private void
SaxWriterGenerator.writeAllClasses
(Model objectModel, JClass jClass) -
Uses of Model in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax with parameters of type ModelModifier and TypeMethodDescriptionvoid
StaxReaderGenerator.generate
(Model model, Properties parameters) void
StaxSerializerGenerator.generate
(Model model, Properties parameters) void
StaxWriterGenerator.generate
(Model model, Properties parameters) protected void
AbstractStaxGenerator.initialize
(Model model, Properties parameters) private void
StaxWriterGenerator.writeAllClasses
(Model objectModel, JClass jClass) private void
StaxReaderGenerator.writeAllClassesParser
(Model objectModel, JClass jClass) Write code to parse every classes from a model.private void
StaxReaderGenerator.writeDetermineVersionMethod
(JClass jClass, Model objectModel) -
Uses of Model in org.codehaus.modello.plugin.velocity
Methods in org.codehaus.modello.plugin.velocity with parameters of type ModelModifier and TypeMethodDescriptionvoid
VelocityGenerator.generate
(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.xdoc
Methods in org.codehaus.modello.plugin.xdoc with parameters of type ModelModifier and TypeMethodDescriptionvoid
XdocGenerator.generate
(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.xdoc.metadata
Methods in org.codehaus.modello.plugin.xdoc.metadata with parameters of type ModelModifier and TypeMethodDescriptionXdocMetadataPlugin.getModelMetadata
(Model model, Map<String, String> data) -
Uses of Model in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type ModelModifier and TypeMethodDescriptionvoid
Xpp3ReaderGenerator.generate
(Model model, Properties parameters) void
Xpp3WriterGenerator.generate
(Model model, Properties parameters) protected void
AbstractXpp3Generator.initialize
(Model model, Properties parameters) protected void
Xpp3ReaderGenerator.initialize
(Model model, Properties parameters) protected void
Xpp3WriterGenerator.initialize
(Model model, Properties parameters) private void
Xpp3WriterGenerator.writeAllClasses
(Model objectModel, JClass jClass) private void
Xpp3ReaderGenerator.writeAllClassesParser
(Model objectModel, JClass jClass) private void
Xpp3ReaderGenerator.writeAllClassesReaders
(Model objectModel, JClass jClass) -
Uses of Model in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type ModelModifier and TypeMethodDescriptionvoid
XsdGenerator.generate
(Model model, Properties parameters) static String
XsdModelHelper.getNamespace
(Model model, Version version) static String
XsdModelHelper.getTargetNamespace
(Model model, Version version) static String
XsdModelHelper.getTargetNamespace
(Model model, Version version, String namespace) private void
XsdGenerator.writeComplexTypeDescriptor
(org.codehaus.plexus.util.xml.XMLWriter w, Model objectModel, ModelClass modelClass, Set<ModelClass> written, boolean enforceMandatoryElements) -
Uses of Model in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata with parameters of type ModelModifier and TypeMethodDescriptionXsdMetadataPlugin.getModelMetadata
(Model model, Map<String, String> data) -
Uses of Model in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type ModelModifier and TypeMethodDescriptionprotected void
AbstractXmlJavaGenerator.initialize
(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type ModelModifier and TypeMethodDescriptionXmlMetadataPlugin.getModelMetadata
(Model model, Map<String, String> data)