- AbstractJacksonGenerator - Class in org.codehaus.modello.plugin.jackson
-
- AbstractJacksonGenerator() - Constructor for class org.codehaus.modello.plugin.jackson.AbstractJacksonGenerator
-
- AbstractJavaModelloGenerator - Class in org.codehaus.modello.plugin.java
-
AbstractJavaModelloGenerator - similar in scope to
AbstractModelloGenerator
but with features that
java generators can use.
- AbstractJavaModelloGenerator() - Constructor for class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- AbstractJDOMGenerator - Class in org.codehaus.modello.plugin.jdom
-
- AbstractJDOMGenerator() - Constructor for class org.codehaus.modello.plugin.jdom.AbstractJDOMGenerator
-
- AbstractMetadataPlugin - Class in org.codehaus.modello.metadata
-
- AbstractMetadataPlugin() - Constructor for class org.codehaus.modello.metadata.AbstractMetadataPlugin
-
- AbstractModelloCore - Class in org.codehaus.modello.core
-
- AbstractModelloCore() - Constructor for class org.codehaus.modello.core.AbstractModelloCore
-
- AbstractModelloGenerator - Class in org.codehaus.modello.plugin
-
- AbstractModelloGenerator() - Constructor for class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- AbstractModelloGeneratorMojo - Class in org.codehaus.modello.maven
-
- AbstractModelloGeneratorMojo() - Constructor for class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- AbstractModelloGeneratorTest - Class in org.codehaus.modello
-
Abstract class for Modello plugins unit-tests that check output generated by the plugin.
- AbstractModelloGeneratorTest(String) - Constructor for class org.codehaus.modello.AbstractModelloGeneratorTest
-
- AbstractModelloJavaGeneratorTest - Class in org.codehaus.modello
-
Base class for unit-tests of Modello plugins that generate java code.
- AbstractModelloJavaGeneratorTest(String) - Constructor for class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- AbstractModelloSourceGeneratorMojo - Class in org.codehaus.modello.maven
-
- AbstractModelloSourceGeneratorMojo() - Constructor for class org.codehaus.modello.maven.AbstractModelloSourceGeneratorMojo
-
- AbstractPluginManager<T> - Class in org.codehaus.modello.plugin
-
- AbstractPluginManager() - Constructor for class org.codehaus.modello.plugin.AbstractPluginManager
-
- AbstractSnakeYamlGenerator - Class in org.codehaus.modello.plugin.snakeyaml
-
- AbstractSnakeYamlGenerator() - Constructor for class org.codehaus.modello.plugin.snakeyaml.AbstractSnakeYamlGenerator
-
- AbstractStaxGenerator - Class in org.codehaus.modello.plugin.stax
-
- AbstractStaxGenerator() - Constructor for class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
-
- AbstractXmlGenerator - Class in org.codehaus.modello.plugins.xml
-
Abstract class for plugins working on XML representation of the model, without having any need to generate
Java code.
- AbstractXmlGenerator() - Constructor for class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
- AbstractXmlJavaGenerator - Class in org.codehaus.modello.plugins.xml
-
Abstract class for plugins generating Java code for XML representation of the model.
- AbstractXmlJavaGenerator() - Constructor for class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
- AbstractXpp3Generator - Class in org.codehaus.modello.plugin.xpp3
-
- AbstractXpp3Generator() - Constructor for class org.codehaus.modello.plugin.xpp3.AbstractXpp3Generator
-
- add(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Adds the given statement to this JSourceCode.
- add(String, short) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Deprecated.
this method is not here any mode in castor codegen 1.3rc1
- addClass(ModelClass) - Method in class org.codehaus.modello.model.Model
-
- addClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Adds a JClass which should be printed in this file.
- addClassPathFile(File) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- addCodeSegment(CodeSegment) - Method in class org.codehaus.modello.model.ModelType
-
- addConstructor(JConstructor) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given Constructor to this classes list of constructors.
- addDeclaringClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Adds the given JClass to the set of classes that
contain this method.
- addDefault(ModelDefault) - Method in class org.codehaus.modello.model.Model
-
- addDependency(String, String) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- addDescriptor(JDocDescriptor) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Adds the given JDocDescriptor to this JDocComment
- addException(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Adds the given Exception to this Method's throws clause.
- addException(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Adds the given Exception to this JMethodSignature's throws clause.
- addField(ModelField) - Method in class org.codehaus.modello.model.ModelClass
-
- addField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JField to this JClass
- addField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Adds the given JField to this JStructure.
- addField(JField) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given JField to this JStructure.
- addImport(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given import to this JStructure
- addIndented(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Adds the given statement to this JSourceCode.
- addInterface(ModelInterface) - Method in class org.codehaus.modello.model.Model
-
- addInterface(String) - Method in class org.codehaus.modello.model.ModelClass
-
- addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Adds a JInterface which should be printed in this file.
- addInterface(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given interface to the list of interfaces this
JStructure inherits method declarations from, and either
implements (JClass) or extends (JInterface).
- addInterface(JInterface) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given interface to the list of interfaces this
JStructure inherits method declarations from, and either
implements (JClass) or extends (JInterface).
- addMember(JMember) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JMember to this JClass
- addMember(JMember) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Adds the given JMember to this JStructure.
- addMember(JMember) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Adds the given JMember to this JStructure.
- addMetadata(Metadata) - Method in class org.codehaus.modello.model.BaseElement
-
- addMethod(JMethod) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JMethod to this JClass
- addMethod(JMethod, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given JMethod to this JClass
- addMethod(JMethodSignature) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Adds the given JMethodSignature to this JClass
- addMethods(JMethod[]) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Adds the given array of JMethods to this JClass
- addModelImports(JClass, BaseElement) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- addParameter(JParameter) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Adds the given parameter to this Methods list of parameters
- addParameter(JParameter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Adds the given parameter to this JMethod's list of parameters.
- addParameter(JParameter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Adds the given parameter to this JMethodSignature's list of
parameters.
- addSourceCode(String) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
- addSourceCode(String) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
- addStructure(JStructure) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Adds the given JStructure (either a JInterface or
a JClass) to this JCompUnit.
- ALL_VERSIONS - Static variable in class org.codehaus.modello.ModelloParameterConstants
-
- append(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Appends the given String to the last line in this
JSourceCode
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JAnnotations
-
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
- appendAnnotation(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
- appendComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JComment
-
Appends the comment String to this JDocComment
- appendComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Appends the comment String to this JDocComment
- assertGeneratedFileExists(String) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- assertReader(Class<?>, Class<?>, Class<?>, Class<?>) - Method in class org.codehaus.modello.verifier.Verifier
-
- assertWriter(Class<?>, Class<?>, Class<?>, Class<?>) - Method in class org.codehaus.modello.verifier.Verifier
-
- AssociationMetadata - Interface in org.codehaus.modello.metadata
-
- AUTHOR - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The author descriptor
- AUTO_STYLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The auto style, allows this JComment to automatically
choose a style for this comment
- capitalise(String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- changePackage(String) - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
Allows subtypes, such as JClass to alter the package to which
this JType belongs
- CHAR - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
-
- CHECK_DEPRECATION - Static variable in class org.codehaus.modello.model.ModelDefault
-
- CHECK_DEPRECATION_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- ClassMetadata - Interface in org.codehaus.modello.metadata
-
- clear() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Clears all the code statements from this JSourceCode
- CLONE_DEEP - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- CLONE_DEEP - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- CLONE_MODES - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- CLONE_MODES - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- CLONE_NONE - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- CLONE_SHALLOW - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- CLONE_SHALLOW - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- close() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
- CodeSegment - Class in org.codehaus.modello.model
-
- CodeSegment() - Constructor for class org.codehaus.modello.model.CodeSegment
-
- compareTo(Version) - Method in class org.codehaus.modello.model.Version
-
- compareTo(JDocDescriptor) - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Compares the type of this JDocDescriptor with the given descriptor.
- compileGeneratedSources() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- compileGeneratedSources(boolean) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- compileGeneratedSources(String) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- compileGeneratedSources(String, boolean) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- COMPOSITOR - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
-
- COMPOSITOR_ALL - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
-
- COMPOSITOR_SEQUENCE - Static variable in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
-
- CONSTRUCTOR_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- contextualize(Context) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- ConverterGenerator - Class in org.codehaus.modello.plugin.converters
-
Generate a basic conversion class between two versions of a model.
- ConverterGenerator() - Constructor for class org.codehaus.modello.plugin.converters.ConverterGenerator
-
- copy() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Creates a copy of this JModifiers
- copyInto(JSourceCode) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Copies the contents of this JSourceCode into the given JSourceCode
- createArray() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
Deprecated.
removed in javasource 1.3rc1, replaced by JArrayType
- createAuthorDesc() - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new author descriptor
- createAuthorDesc(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new author descriptor
- createConstructor() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Creates a new JConstructor and adds it to this
JClass.
- createConstructor(JParameter[]) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Creates a new JConstructor and adds it to this
JClass.
- createExceptionDesc() - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new exception descriptor
- createExceptionDesc(String, String) - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new exception descriptor
- createInnerClass(String) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Creates and returns an inner-class for this JClass
- createParamDesc() - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new param descriptor
- createParamDesc(String, String) - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new param descriptor
- createParameters() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
Creates a Properties objects.
- createReferenceDesc() - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new reference descriptor
- createReferenceDesc(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new reference descriptor
- createReturnDesc() - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new return descriptor
- createReturnDesc(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new return descriptor
- createVersionDesc() - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new version descriptor
- createVersionDesc(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Creates a new version descriptor
- customizeParameters(Properties) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
Override this method to customize the values in the properties set.
- customizeParameters(Properties) - Method in class org.codehaus.modello.maven.AbstractModelloSourceGeneratorMojo
-
- customizeParameters(Properties) - Method in class org.codehaus.modello.maven.ModelloJsonSchemaGeneratorMojo
-
- customizeParameters(Properties) - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- customizeParameters(Properties) - Method in class org.codehaus.modello.maven.ModelloXsdMojo
-
- generate(Model, String, Properties) - Method in class org.codehaus.modello.core.DefaultModelloCore
-
- generate(Model, String, Properties) - Method in interface org.codehaus.modello.core.ModelloCore
-
- generate(Reader, String, Properties) - Method in class org.codehaus.modello.Modello
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.converters.ConverterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.dom4j.Dom4jReaderGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.dom4j.Dom4jWriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.jackson.JacksonReaderGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.jackson.JacksonWriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.java.JavaModelloGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.jdom.JDOMWriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.jsonschema.JsonSchemaGenerator
-
- generate(Model, Properties) - Method in interface org.codehaus.modello.plugin.ModelloGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.sax.SaxWriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.snakeyaml.SnakeYamlReaderGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.snakeyaml.SnakeYamlWriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.StaxReaderGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.StaxSerializerGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.stax.StaxWriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xdoc.XdocGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator
-
- generate(Model, Properties) - Method in class org.codehaus.modello.plugin.xsd.XsdGenerator
-
- GeneratorPluginManager - Interface in org.codehaus.modello.core
-
- get(String) - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Returns the Object associated with the given name.
- get(int) - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Returns the Object at the given index.
- getAlias() - Method in class org.codehaus.modello.model.ModelField
-
- getAllClasses() - Method in class org.codehaus.modello.model.Model
-
- getAllCodeSegments() - Method in class org.codehaus.modello.model.ModelType
-
- getAllFields() - Method in class org.codehaus.modello.model.ModelClass
-
Returns the list of all fields in this class.
- getAllFields(boolean) - Method in class org.codehaus.modello.model.ModelClass
-
Returns all the fields in this class and all super classes if withInheritedField equals to true.
- getAllFields() - Method in class org.codehaus.modello.model.ModelInterface
-
Returns the list of all fields in this class.
- getAllFields(boolean) - Method in class org.codehaus.modello.model.ModelInterface
-
Returns all the fields in this class and all super classes if withInheritedField equals to true.
- getAllFields() - Method in class org.codehaus.modello.model.ModelType
-
Returns the list of all fields in this class.
- getAllFields(boolean) - Method in class org.codehaus.modello.model.ModelType
-
Returns all the fields in this class and all super classes if withInheritedField equals to true.
- getAllFields(Version, boolean) - Method in class org.codehaus.modello.model.ModelType
-
- getAllInterfaces() - Method in class org.codehaus.modello.model.Model
-
- getAnnotations() - Method in class org.codehaus.modello.model.BaseElement
-
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
- getAnnotations() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
-
- getAssociationMetadata(String) - Method in class org.codehaus.modello.model.ModelAssociation
-
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
-
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
-
- getAssociationMetadata(ModelAssociation, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
-
- getAttributesForAssociation(ModelAssociation) - Method in class org.codehaus.modello.core.io.ModelReader
-
- getAttributesForClass(ModelClass) - Method in class org.codehaus.modello.core.io.ModelReader
-
- getAttributesForField(ModelField) - Method in class org.codehaus.modello.core.io.ModelReader
-
- getAttributesForInterface(ModelInterface) - Method in class org.codehaus.modello.core.io.ModelReader
-
- getAttributesForModel() - Method in class org.codehaus.modello.core.io.ModelReader
-
- getBasedir() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getBoolean(Map<String, String>, String, boolean) - Method in class org.codehaus.modello.metadata.AbstractMetadataPlugin
-
- getBoolean() - Method in class org.codehaus.modello.model.ModelDefault
-
- getBuildContext() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getClass(String, Version, boolean) - Method in class org.codehaus.modello.model.Model
-
- getClass(String, Version) - Method in class org.codehaus.modello.model.Model
-
- getClass(String, VersionRange, boolean) - Method in class org.codehaus.modello.model.Model
-
- getClass(String, VersionRange) - Method in class org.codehaus.modello.model.Model
-
- getClasses(Version) - Method in class org.codehaus.modello.model.Model
-
- getClasses(Model) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- getClassMetadata(ModelClass, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
-
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
-
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
-
- getClassMetadata(ModelClass, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
-
- getClasspath() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- getClassPathElements() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- getCloneHook() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- getCloneMode() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- getCloneMode() - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- getCode() - Method in class org.codehaus.modello.model.CodeSegment
-
- getCodeSegments(Version) - Method in class org.codehaus.modello.model.ModelType
-
- getCodeSegments(VersionRange) - Method in class org.codehaus.modello.model.ModelType
-
- getComment() - Method in class org.codehaus.modello.model.BaseElement
-
- getComment() - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Returns the String value of this JDocComment.
- getComment() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Returns the comment describing this member.
- getComponentType() - Method in class org.codehaus.modello.plugin.java.javasource.JComponentizedType
-
Returns the component type.
- getComponentType() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
If this JType is an array this method will returns the component type
of the array, otherwise null will be returned.
- getCompositor() - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
-
- getConstructor(int) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the constructor at the specified index.
- getConstructors() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the an array of the JConstructors contained within this JClass
- getContentField(List<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Get the field which type is Content
if any.
- getContentField(List<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Get the field which type is Content
if any.
- getDeclaringClass() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Returns the class in which this JMember has been declared
- getDeclaringClass() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Returns the class in which this JField has been declared
- getDefault(String) - Method in class org.codehaus.modello.model.Model
-
- getDefault(String) - Static method in class org.codehaus.modello.model.ModelDefault
-
- getDefaultPackageName(boolean, Version) - Method in class org.codehaus.modello.model.Model
-
- getDefaults() - Method in class org.codehaus.modello.model.Model
-
- getDefaultValue() - Method in class org.codehaus.modello.model.ModelField
-
- getDefaultValue(ModelAssociation) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- getDependencyFile(String, String) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- getDeprecatedVersion() - Method in class org.codehaus.modello.model.BaseElement
-
- getDescription() - Method in class org.codehaus.modello.model.BaseElement
-
- getDescription() - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Returns the description String for this descriptor
- getDescriptors() - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Returns an enumeration of the parameters of this JDocComment
- getEncoding() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getExceptions() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the exceptions that this JMember throws.
- getExceptions() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the exceptions that this JMethodSignature lists
in it's throws clause.
- getField(String, VersionRange) - Method in class org.codehaus.modello.model.ModelClass
-
- getField(String, VersionRange) - Method in class org.codehaus.modello.model.ModelInterface
-
- getField(String, VersionRange) - Method in class org.codehaus.modello.model.ModelType
-
- getField(String, Version) - Method in class org.codehaus.modello.model.ModelType
-
- getField(String) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the member with the given name, or null if no member
was found with the given name
- getField(String) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Returns the field with the given name, or null if no field
was found with the given name.
- getField(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the field with the given name, or null if no field
was found with the given name.
- getFieldMetadata(ModelField, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
-
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
-
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
-
- getFieldMetadata(ModelField, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
-
- getFields(Version) - Method in class org.codehaus.modello.model.ModelType
-
Returns the list of all fields in this class for a specific version.
- getFields() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns an array of all the JFields of this JClass
- getFields() - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Returns an array of all the JFields of this JStructure
- getFields() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an array of all the JFields of this JStructure
- getFieldsForClass(ModelClass) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
Return the child fields of this class.
- getFieldsForXml(ModelClass, Version) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Return the XML fields of this class, with proper XML order and no XML transient fields.
- getFieldsForXml(ModelClass, Version) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
Return the XML fields of this class, with proper XML order and no XML transient fields.
- getFilename(String) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Returns the name of the file that this JCompUnit would be
printed as, given a call to #print.
- getFilename(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the name of the file that this JStructure would be
printed to, given a call to #print.
- getFileName(String) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
- getFirstVersion() - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- getFormat() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- getFromVersion() - Method in class org.codehaus.modello.model.VersionRange
-
- getGeneratedVersion() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getGeneratorPlugin(String) - Method in class org.codehaus.modello.core.DefaultGeneratorPluginManager
-
- getGeneratorPlugin(String) - Method in interface org.codehaus.modello.core.GeneratorPluginManager
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloConvertersMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloDom4jReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloDom4jWriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloGenerateMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloJacksonExtendedReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloJacksonReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloJacksonWriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloJavaMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloJDOMWriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloJsonSchemaGeneratorMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloSaxWriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloSnakeYamlReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloSnakeYamlWriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloStaxReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloStaxWriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloXpp3ExtendedReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloXpp3ReaderMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloXpp3WriterMojo
-
- getGeneratorType() - Method in class org.codehaus.modello.maven.ModelloXsdMojo
-
- getHeader() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getHeader() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the JComment header to display at the top of the source file
for this JStructure, or null if no header was set.
- getId() - Method in class org.codehaus.modello.model.Model
-
- getIdentifierFields(Version) - Method in class org.codehaus.modello.model.ModelType
-
- getImports() - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
returns a array of String containing all import classes/packages,
also imports within the same package of this object.
- getImports() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an Enumeration of imported package and
class names for this JStructure.
- getIndentChar() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
- getIndentLevel() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
- getIndentSize() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Returns the current indent size (getIndentLevel()*tabSize);
- getInitializationMode() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- getInitString() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Returns the initialization String for this JField
- getInnerClasses() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns an array of JClass (the inner classes)
contained within this JClass.
- getInsertParentFieldsUpTo() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- getInstanceName() - Method in class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Returns the instance name of this collection type.
- getInstanceName() - Method in class org.codehaus.modello.plugin.java.javasource.JMapType
-
Returns the instance name of this map type.
- getInterface(String, Version) - Method in class org.codehaus.modello.model.Model
-
- getInterface(String, VersionRange) - Method in class org.codehaus.modello.model.Model
-
- getInterfaceCount() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
-
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
-
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
-
- getInterfaceMetadata(ModelInterface, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
-
- getInterfaceName() - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- getInterfaces(Version) - Method in class org.codehaus.modello.model.Model
-
- getInterfaces() - Method in class org.codehaus.modello.model.ModelClass
-
Returns the list of all interfaces of this class.
- getInterfaces() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns an Enumeration of interface names that this
JStructure inherits from.
- getItemsStyle() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- getJavaDefaultValue(ModelField) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- getJDocComment() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JDocComment describing this member.
- getJDocComment() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the JDocComment describing this JMethodSignature
- getJDocComment() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the Java Doc comment for this JStructure
- getKey() - Method in class org.codehaus.modello.model.ModelDefault
-
- getLength() - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Returns the length of the comment
- getLineSeparator() - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Returns the line separator being used by this JSourceWriter
- getLocalName() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
- getLocationTracker(Version) - Method in class org.codehaus.modello.model.Model
-
- getLocationTracker() - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
-
- getMajor() - Method in class org.codehaus.modello.model.Version
-
- getMapStyle() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- getMetadata(Class<T>, String) - Method in class org.codehaus.modello.model.BaseElement
-
- getMetadata(String) - Method in class org.codehaus.modello.model.Model
-
- getMetadata(String) - Method in class org.codehaus.modello.model.ModelClass
-
- getMetadata(String) - Method in class org.codehaus.modello.model.ModelField
-
- getMetadataPlugin(String) - Method in class org.codehaus.modello.core.DefaultMetadataPluginManager
-
- getMetadataPlugin(String) - Method in interface org.codehaus.modello.core.MetadataPluginManager
-
- getMetadataPluginManager() - Method in class org.codehaus.modello.core.DefaultModelloCore
-
- getMetadataPluginManager() - Method in interface org.codehaus.modello.core.ModelloCore
-
- getMethod(String, int) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the first occurrence of the method with the
given name, starting from the specified index.
- getMethod(int) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the JMethod located at the specified index
- getMethod(String, int) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Returns the JMethodSignature with the given name,
and occuring at or after the given starting index.
- getMethod(int) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Returns the JMethodSignature at the given index.
- getMethods() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns an array of all the JMethods of this JClass
- getMethods() - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Returns an array of all the JMethodSignatures of this JInterface.
- getMicro() - Method in class org.codehaus.modello.model.Version
-
- getMinor() - Method in class org.codehaus.modello.model.Version
-
- getModel() - Method in class org.codehaus.modello.model.ModelType
-
- getModel() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getModelClass() - Method in class org.codehaus.modello.model.ModelField
-
- getModelloCore() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getModelloParameters() - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- getModelloParameters(String) - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- getModelloParameters(String, boolean) - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- getModelloVersion() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- getModelMetadata(Model, Map<String, String>) - Method in interface org.codehaus.modello.metadata.MetadataPlugin
-
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
-
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdMetadataPlugin
-
- getModelMetadata(Model, Map<String, String>) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlMetadataPlugin
-
- getModels() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getModifiers() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Returns the modifiers for this JConstructor
- getModifiers() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Returns the modifiers for this JField
- getModifiers() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the modifiers for this JMember.
- getModifiers() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the modifiers for this JMethodSignature.
- getModifiers() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the JModifiers which allows the qualifiers to be changed.
- getMultiplicity() - Method in class org.codehaus.modello.model.ModelAssociation
-
- getName() - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- getName() - Method in class org.codehaus.modello.model.BaseElement
-
- getName() - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Returns the name of the object being described.
- getName() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Returns the name of this JField
- getName() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the name of this JMember.
- getName() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the name of the method.
- getName() - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
Returns the name of the parameter
- getName(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the name of the interface.
- getName() - Method in class org.codehaus.modello.plugin.java.javasource.JType
-
- getName() - Method in class org.codehaus.modello.plugin.stax.DummyIdModelField
-
- getNameByObject(Object) - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Returns the name associated with the given Object
- getNames() - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Return a Vector of names
- getNamespace() - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
-
- getNamespace(Version) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
-
- getNamespace(Model, Version) - Static method in class org.codehaus.modello.plugin.xsd.XsdModelHelper
-
- getNamespace() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
-
- getNamespace(Version) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
-
- getObjects() - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Return a Vector of Objects
- getOutputClasses() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- getOutputDirectory() - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- getOutputDirectory() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- getOutputDirectory() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getOutputDirectory() - Method in class org.codehaus.modello.maven.AbstractModelloSourceGeneratorMojo
-
- getOutputDirectory() - Method in class org.codehaus.modello.maven.ModelloJsonSchemaGeneratorMojo
-
- getOutputDirectory() - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- getOutputDirectory() - Method in class org.codehaus.modello.maven.ModelloXsdMojo
-
- getOutputDirectory() - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getPackageFromClassName(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
- getPackageFromClassName(String) - Static method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the package name from the given class name
- getPackageName(boolean, Version) - Method in class org.codehaus.modello.model.Model
-
Deprecated.
This shouldn't be used, anything querying the model should read the
package of the class. Use getDefaultPackageName(..).
- getPackageName() - Method in class org.codehaus.modello.model.ModelType
-
- getPackageName(boolean, Version) - Method in class org.codehaus.modello.model.ModelType
-
- getPackageName() - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Returns the name of the package that this JCompUnit is a member of
- getPackageName() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Returns the name of the package that this JStructure is a member
of.
- getPackageWithVersion() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getParamDescriptor(String) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Returns the Parameter Descriptor associated with the
given name
- getParameter(String, Properties) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
Deprecated.
@{link Use getParameter( Properties, String )} instead
- getParameter(Properties, String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getParameter(Properties, String, String) - Method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- getParameter(int) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JParameter at the given index.
- getParameter(int) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the JParameter at the given index.
- getParameterClassNames() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
- getParameterClassNames() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
- getParameters() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Returns an array of JParameters consisting of the parameters
of this Method in declared order
- getParameters() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the set of JParameters for this JMethod.
- getParameters() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the set of JParameters for this JMethodSignature
Note: the array is a copy, the params in the array
are the actual references.
- getPlugin(String) - Method in class org.codehaus.modello.plugin.AbstractPluginManager
-
- getPlugins() - Method in interface org.codehaus.modello.core.GeneratorPluginManager
-
- getPlugins() - Method in interface org.codehaus.modello.core.MetadataPluginManager
-
- getPlugins() - Method in class org.codehaus.modello.plugin.AbstractPluginManager
-
- getPluginsIterator() - Method in interface org.codehaus.modello.core.GeneratorPluginManager
-
- getPluginsIterator() - Method in interface org.codehaus.modello.core.MetadataPluginManager
-
- getPluginsIterator() - Method in class org.codehaus.modello.plugin.AbstractPluginManager
-
- getPrefix(JavaFieldMetadata) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- getProject() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getReferenceIdentifierField(ModelAssociation) - Method in class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
-
- getReturnType() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JType that represents the return type of the method.
- getReturnType() - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Returns the JType that represents the return type for the
method signature.
- getRoot(Version) - Method in class org.codehaus.modello.model.Model
-
- getSchemaLocation() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
-
- getSchemaLocation(Version) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
-
- getSeparator() - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
-
- getSignature() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JMethodSignature for this JMethod.
- getSourceCode() - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- getSourceCode() - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Returns the JSourceCode for the method body.
- getSourceTracker(Version) - Method in class org.codehaus.modello.model.Model
-
- getSourceTracker() - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
-
- getStaticInitializationCode() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Returns the JSourceCode for the static initializer
of this JClass
- getString(Map<String, String>, String) - Method in class org.codehaus.modello.metadata.AbstractMetadataPlugin
-
- getSuperClass() - Method in class org.codehaus.modello.model.ModelClass
-
- getSuperClass() - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Gets the super Class that this class extends
- getSuperInterface() - Method in class org.codehaus.modello.model.ModelInterface
-
- getTagName() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- getTagName() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
-
- getTagName() - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- getTargetNamespace() - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
-
- getTargetNamespace(Version) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
-
- getTargetNamespace(Model, Version, String) - Static method in class org.codehaus.modello.plugin.xsd.XsdModelHelper
-
- getTargetNamespace(Model, Version) - Static method in class org.codehaus.modello.plugin.xsd.XsdModelHelper
-
- getTestFile(String) - Method in class org.codehaus.modello.verifier.Verifier
-
- getTestPath(String) - Method in class org.codehaus.modello.verifier.Verifier
-
- getTo() - Method in class org.codehaus.modello.model.ModelAssociation
-
- getToClass() - Method in class org.codehaus.modello.model.ModelAssociation
-
- getToVersion() - Method in class org.codehaus.modello.model.VersionRange
-
- getType(String, Version) - Method in class org.codehaus.modello.model.Model
-
- getType(String, VersionRange) - Method in class org.codehaus.modello.model.Model
-
- getType() - Method in class org.codehaus.modello.model.ModelAssociation
-
- getType() - Method in class org.codehaus.modello.model.ModelField
-
- getType() - Method in class org.codehaus.modello.model.VersionDefinition
-
- getType() - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Returns the type of this JDocDescriptor
- getType() - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Returns the JType represting the type of this JField
- getType() - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
Returns the parameter type
- getTypeValidator() - Method in class org.codehaus.modello.model.ModelField
-
- getValue() - Method in class org.codehaus.modello.model.ModelDefault
-
- getValue() - Method in class org.codehaus.modello.model.VersionDefinition
-
- getValue(String, String, XmlFieldMetadata) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
- getValueChecker(String, String, ModelField) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-
- getVersion() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- getVersionDefinition() - Method in class org.codehaus.modello.model.Model
-
- getVersionRange() - Method in class org.codehaus.modello.model.BaseElement
-
- getXmlAttributeFields(List<ModelField>) - Method in class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
-
Gets all fields that are not marked as XML attribute.
- getXmlResourceReader(String) - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- getXmlResourceReader(String) - Method in class org.codehaus.modello.verifier.Verifier
-
- greaterOrEqualsThan(Version) - Method in class org.codehaus.modello.model.Version
-
Returns true if this
is greater or equals that other
.
- greaterThan(Version) - Method in class org.codehaus.modello.model.Version
-
Returns true if this
is greater that other
.
- JacksonExtendedReaderGenerator - Class in org.codehaus.modello.plugin.jackson
-
The generator for Jackson-based parsers that support input location tracking.
- JacksonExtendedReaderGenerator() - Constructor for class org.codehaus.modello.plugin.jackson.JacksonExtendedReaderGenerator
-
- JacksonReaderGenerator - Class in org.codehaus.modello.plugin.jackson
-
- JacksonReaderGenerator() - Constructor for class org.codehaus.modello.plugin.jackson.JacksonReaderGenerator
-
- JacksonWriterGenerator - Class in org.codehaus.modello.plugin.jackson
-
- JacksonWriterGenerator() - Constructor for class org.codehaus.modello.plugin.jackson.JacksonWriterGenerator
-
- JAnnotations - Class in org.codehaus.modello.plugin.java.javasource
-
- JAnnotations() - Constructor for class org.codehaus.modello.plugin.java.javasource.JAnnotations
-
- JArrayType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for Arrays.
- JArrayType(JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JArrayType
-
Creates an instance of a array type, of type 'name'.
- JAVA_ABSTRACT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_ADDER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_BIDI - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_CLONE - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_CLONE_HOOK - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_ENABLED - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_GENERATE_BUILDER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_GENERATE_STATIC_CREATORS - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_GENERATE_TOSTRING - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_GETTER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_INIT - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_SETTER - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_SUPPRESS_ALL_WARNINGS - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JAVA_USE_INTERFACE - Static variable in class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JavaAssociationMetadata - Class in org.codehaus.modello.plugin.java.metadata
-
- JavaAssociationMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- JavaClassMetadata - Class in org.codehaus.modello.plugin.java.metadata
-
- JavaClassMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- JAVADOC_STYLE - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
Similiar to HEADER_STYLE, but starts with: \/**
- JavaFieldMetadata - Class in org.codehaus.modello.plugin.java.metadata
-
- JavaFieldMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
-
- JavaInterfaceMetadata - Class in org.codehaus.modello.plugin.java.metadata
-
- JavaInterfaceMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaInterfaceMetadata
-
- JavaMetadataPlugin - Class in org.codehaus.modello.plugin.java.metadata
-
- JavaMetadataPlugin() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaMetadataPlugin
-
- JavaModelloGenerator - Class in org.codehaus.modello.plugin.java
-
- JavaModelloGenerator() - Constructor for class org.codehaus.modello.plugin.java.JavaModelloGenerator
-
- JavaModelMetadata - Class in org.codehaus.modello.plugin.java.metadata
-
- JavaModelMetadata() - Constructor for class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
-
- JClass - Class in org.codehaus.modello.plugin.java.javasource
-
A representation of the Java Source code for a Java Class.
- JClass(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JClass
-
Creates a new JClass with the given name
- JCollectionType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for collections.
- JCollectionType(String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Creates an instance of a collection type, of type 'collectionName'.
- JCollectionType(String, String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCollectionType
-
Creates an instance of a collection type, of type 'collectionName'.
- JComment - Class in org.codehaus.modello.plugin.java.javasource
-
A class that represents a Java comment.
- JComment() - Constructor for class org.codehaus.modello.plugin.java.javasource.JComment
-
Creates a new Java Comment
- JComment(short) - Constructor for class org.codehaus.modello.plugin.java.javasource.JComment
-
Creates a new Java comment with the given style
- JComponentizedType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for componentized types, such as array as collections.
- JComponentizedType(String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JComponentizedType
-
Creates an instance of a componentized type, of type 'name'.
- JCompUnit - Class in org.codehaus.modello.plugin.java.javasource
-
A representation of the Java Source code for a Java compilation
unit.
- JCompUnit(String, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Creates a new JCompUnit
- JCompUnit(JClass) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Creates a new JCompUnit with the given JClass (which must have
been created with either a full class name or package/local
name) as the public class.
- JCompUnit(JInterface) - Constructor for class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Creates a new JCompUnit with the given JInterface as public interface
Package and file name are taken from jInterface.
- JConstructor - Class in org.codehaus.modello.plugin.java.javasource
-
A class for handling source code for a constructor of a JClass
- JConstructor(JClass) - Constructor for class org.codehaus.modello.plugin.java.javasource.JConstructor
-
Creates a new method with the given name and returnType.
- JDocComment - Class in org.codehaus.modello.plugin.java.javasource
-
A class that "SOMEWHAT" represents a Java Doc Comment.
- JDocComment() - Constructor for class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Creates a new JavaDoc Comment
- JDocDescriptor - Class in org.codehaus.modello.plugin.java.javasource
-
A descriptor for a JavaDoc comment
- JDOMWriterGenerator - Class in org.codehaus.modello.plugin.jdom
-
- JDOMWriterGenerator() - Constructor for class org.codehaus.modello.plugin.jdom.JDOMWriterGenerator
-
- JField - Class in org.codehaus.modello.plugin.java.javasource
-
A class which holds information about a field.
- JField(JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JField
-
- JInterface - Class in org.codehaus.modello.plugin.java.javasource
-
A representation of the Java Source code for a Java Interface.
- JInterface(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JInterface
-
Creates a new JInterface with the given name.
- JMapType - Class in org.codehaus.modello.plugin.java.javasource
-
JType sub-class for maps.
- JMapType(String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMapType
-
Creates an instance of a map type, of type 'mapName'.
- JMapType(String, String, JType, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMapType
-
Creates an instance of a map type, of type 'mapName'.
- JMethod - Class in org.codehaus.modello.plugin.java.javasource
-
A class which holds information about the methods of
a JClass.
- JMethod(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
-
Creates a new JMethod with the given name and "void" return type.
- JMethod(JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
-
Deprecated.
removed in future version of javasource
- JMethod(String, JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethod
-
Creates a new JMethod with the given name and returnType.
- JMethodSignature - Class in org.codehaus.modello.plugin.java.javasource
-
A class which holds information about the signature
of a JMethod.
- JMethodSignature(String, JType) - Constructor for class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Creates a new method with the given name and return type.
- JModifiers - Class in org.codehaus.modello.plugin.java.javasource
-
The set of modifiers for a Method or Member variable
- JModifiers() - Constructor for class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Creates a new JModifiers class, by default the
modifiers presented are public.
- JNamedMap - Class in org.codehaus.modello.plugin.java.javasource
-
A simple String to Object mapping which preserves order.
- JNamedMap() - Constructor for class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Creates a new JNamedMap
- JNamedMap(int) - Constructor for class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Creates a new JNamedMap with the given size.
- JParameter - Class in org.codehaus.modello.plugin.java.javasource
-
Represents a parameter to a JMethod.
- JParameter(JType, String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JParameter
-
Creates a new JParameter with the given type, and name
- JsonSchemaGenerator - Class in org.codehaus.modello.plugin.jsonschema
-
- JsonSchemaGenerator() - Constructor for class org.codehaus.modello.plugin.jsonschema.JsonSchemaGenerator
-
- JSourceCode - Class in org.codehaus.modello.plugin.java.javasource
-
A class for holding in-memory Java source code.
- JSourceCode() - Constructor for class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Creates an empty JSourceCode
- JSourceCode(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Creates a JSourceCode and adds the given String
to it's contents
- JSourceWriter - Class in org.codehaus.modello.plugin.java.javasource
-
The writer used by the modello classes
- JSourceWriter(Writer) - Constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Creates a new JSourceWriter
- JSourceWriter(Writer, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Creates a new JSourceWriter
- JSourceWriter(Writer, short, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Creates a new JSourceWriter
- JSourceWriter(Writer, short, char, boolean) - Constructor for class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Creates a new JSourceWriter
- JStructure - Class in org.codehaus.modello.plugin.java.javasource
-
This class represents the basic Java "structure" for a Java
source file.
- JStructure(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JStructure
-
Creates a new JStructure with the given name.
- JType - Class in org.codehaus.modello.plugin.java.javasource
-
- JType(String) - Constructor for class org.codehaus.modello.plugin.java.javasource.JType
-
Creates a new JType with the given name
- main(String[]) - Static method in class org.codehaus.modello.ModelloCli
-
- makePackage() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Changes the visibility qualifier to package (= without qualifier).
- makePrivate() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Changes the visibility qualifier to "private"
- makeProtected() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Changes the visibility qualifier to "protected"
- makePublic() - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Changes the visibility qualifier to "public"
- MANY_MULTIPLICITY - Static variable in class org.codehaus.modello.model.ModelAssociation
-
- MAP - Static variable in class org.codehaus.modello.model.ModelDefault
-
- MAP_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- MAX_LENGTH - Static variable in class org.codehaus.modello.plugin.java.javasource.JComment
-
The maximum number of characters per line
- Metadata - Interface in org.codehaus.modello.metadata
-
- MetadataPlugin - Interface in org.codehaus.modello.metadata
-
- MetadataPluginManager - Interface in org.codehaus.modello.core
-
- Model - Class in org.codehaus.modello.model
-
- Model() - Constructor for class org.codehaus.modello.model.Model
-
- ModelAssociation - Class in org.codehaus.modello.model
-
- ModelAssociation() - Constructor for class org.codehaus.modello.model.ModelAssociation
-
- ModelAssociationMetadata - Class in org.codehaus.modello.plugin.model
-
- ModelAssociationMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelAssociationMetadata
-
- ModelClass - Class in org.codehaus.modello.model
-
- ModelClass() - Constructor for class org.codehaus.modello.model.ModelClass
-
- ModelClass(Model, String) - Constructor for class org.codehaus.modello.model.ModelClass
-
- ModelClassMetadata - Class in org.codehaus.modello.plugin.model
-
- ModelClassMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelClassMetadata
-
- ModelDefault - Class in org.codehaus.modello.model
-
Default values for a model, that can be overrided with defaults
element of the model descriptor.
- ModelDefault() - Constructor for class org.codehaus.modello.model.ModelDefault
-
- ModelField - Class in org.codehaus.modello.model
-
- ModelField() - Constructor for class org.codehaus.modello.model.ModelField
-
- ModelField(ModelClass, String) - Constructor for class org.codehaus.modello.model.ModelField
-
- ModelFieldMetadata - Class in org.codehaus.modello.plugin.model
-
- ModelFieldMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelFieldMetadata
-
- ModelInterface - Class in org.codehaus.modello.model
-
- ModelInterface() - Constructor for class org.codehaus.modello.model.ModelInterface
-
- ModelInterface(Model, String) - Constructor for class org.codehaus.modello.model.ModelInterface
-
- ModelInterfaceMetadata - Class in org.codehaus.modello.plugin.model
-
- ModelInterfaceMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelInterfaceMetadata
-
- Modello - Class in org.codehaus.modello
-
- Modello() - Constructor for class org.codehaus.modello.Modello
-
- ModelloCli - Class in org.codehaus.modello
-
- ModelloCli() - Constructor for class org.codehaus.modello.ModelloCli
-
- ModelloConvertersMojo - Class in org.codehaus.modello.maven
-
Creates classes that can convert between different versions of the model.
- ModelloConvertersMojo() - Constructor for class org.codehaus.modello.maven.ModelloConvertersMojo
-
- ModelloCore - Interface in org.codehaus.modello.core
-
- ModelloDom4jReaderMojo - Class in org.codehaus.modello.maven
-
Creates a DOM4J reader from the model.
- ModelloDom4jReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloDom4jReaderMojo
-
- ModelloDom4jWriterMojo - Class in org.codehaus.modello.maven
-
Creates a DOM4J writer from the model.
- ModelloDom4jWriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloDom4jWriterMojo
-
- ModelloException - Exception in org.codehaus.modello
-
- ModelloException(String) - Constructor for exception org.codehaus.modello.ModelloException
-
- ModelloException(String, Throwable) - Constructor for exception org.codehaus.modello.ModelloException
-
- ModelloGenerateMojo - Class in org.codehaus.modello.maven
-
A dynamic way to use generators and Modello plugins.
- ModelloGenerateMojo() - Constructor for class org.codehaus.modello.maven.ModelloGenerateMojo
-
- ModelloGenerator - Interface in org.codehaus.modello.plugin
-
- ModelloJacksonExtendedReaderMojo - Class in org.codehaus.modello.maven
-
Creates an Jackson extended reader from the model.
- ModelloJacksonExtendedReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloJacksonExtendedReaderMojo
-
- ModelloJacksonReaderMojo - Class in org.codehaus.modello.maven
-
Creates an Jackson reader from the model.
- ModelloJacksonReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloJacksonReaderMojo
-
- ModelloJacksonWriterMojo - Class in org.codehaus.modello.maven
-
Creates an Jackson writer from the model.
- ModelloJacksonWriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloJacksonWriterMojo
-
- ModelloJavaMojo - Class in org.codehaus.modello.maven
-
Creates Java beans from the Modello model.
- ModelloJavaMojo() - Constructor for class org.codehaus.modello.maven.ModelloJavaMojo
-
- ModelloJDOMWriterMojo - Class in org.codehaus.modello.maven
-
Creates a jdom writer from the model that is capable of preserving element ordering
and comments.
- ModelloJDOMWriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloJDOMWriterMojo
-
- ModelloJsonSchemaGeneratorMojo - Class in org.codehaus.modello.maven
-
Creates a JSON Schema from the model.
- ModelloJsonSchemaGeneratorMojo() - Constructor for class org.codehaus.modello.maven.ModelloJsonSchemaGeneratorMojo
-
- ModelloParameterConstants - Class in org.codehaus.modello
-
- ModelloRuntimeException - Exception in org.codehaus.modello
-
- ModelloRuntimeException(String) - Constructor for exception org.codehaus.modello.ModelloRuntimeException
-
- ModelloRuntimeException(String, Throwable) - Constructor for exception org.codehaus.modello.ModelloRuntimeException
-
- ModelloSaxWriterMojo - Class in org.codehaus.modello.maven
-
Creates a SAX writer from the model.
- ModelloSaxWriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloSaxWriterMojo
-
- ModelloSnakeYamlReaderMojo - Class in org.codehaus.modello.maven
-
Creates an SnakeYaml reader from the model.
- ModelloSnakeYamlReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloSnakeYamlReaderMojo
-
- ModelloSnakeYamlWriterMojo - Class in org.codehaus.modello.maven
-
Creates an SnakeYaml writer from the model.
- ModelloSnakeYamlWriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloSnakeYamlWriterMojo
-
- ModelloStaxReaderMojo - Class in org.codehaus.modello.maven
-
Creates an StAX reader from the model.
- ModelloStaxReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloStaxReaderMojo
-
- ModelloStaxWriterMojo - Class in org.codehaus.modello.maven
-
Creates an StAX writer from the model.
- ModelloStaxWriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloStaxWriterMojo
-
- ModelloXdocMojo - Class in org.codehaus.modello.maven
-
Creates documentation for the model in xdoc format.
- ModelloXdocMojo() - Constructor for class org.codehaus.modello.maven.ModelloXdocMojo
-
- ModelloXpp3ExtendedReaderMojo - Class in org.codehaus.modello.maven
-
Creates an XPP3 extended reader from the model.
- ModelloXpp3ExtendedReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloXpp3ExtendedReaderMojo
-
- ModelloXpp3ReaderMojo - Class in org.codehaus.modello.maven
-
Creates an XPP3 reader from the model.
- ModelloXpp3ReaderMojo() - Constructor for class org.codehaus.modello.maven.ModelloXpp3ReaderMojo
-
- ModelloXpp3WriterMojo - Class in org.codehaus.modello.maven
-
Creates an XPP3 writer from the model.
- ModelloXpp3WriterMojo() - Constructor for class org.codehaus.modello.maven.ModelloXpp3WriterMojo
-
- ModelloXsdMojo - Class in org.codehaus.modello.maven
-
Creates an XML schema from the model.
- ModelloXsdMojo() - Constructor for class org.codehaus.modello.maven.ModelloXsdMojo
-
- ModelMetadata - Interface in org.codehaus.modello.metadata
-
- ModelMetadataPlugin - Class in org.codehaus.modello.plugin.model
-
- ModelMetadataPlugin() - Constructor for class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- ModelModelMetadata - Class in org.codehaus.modello.plugin.model
-
- ModelModelMetadata() - Constructor for class org.codehaus.modello.plugin.model.ModelModelMetadata
-
- ModelReader - Class in org.codehaus.modello.core.io
-
- ModelReader() - Constructor for class org.codehaus.modello.core.io.ModelReader
-
- ModelType - Class in org.codehaus.modello.model
-
Either a model class or interface.
- ModelType() - Constructor for class org.codehaus.modello.model.ModelType
-
- ModelType(Model, String) - Constructor for class org.codehaus.modello.model.ModelType
-
- ModelValidationException - Exception in org.codehaus.modello.model
-
- ModelValidationException(String) - Constructor for exception org.codehaus.modello.model.ModelValidationException
-
- PACKAGE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- PACKAGE_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- PACKAGE_WITH_VERSION - Static variable in class org.codehaus.modello.ModelloParameterConstants
-
- PARAM - Static variable in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
The param descriptor (param)
- parseArgumentsFromCommandLine(String[]) - Static method in class org.codehaus.modello.ModelloCli
-
- parseModel(Model, XmlPullParser) - Method in class org.codehaus.modello.core.io.ModelReader
-
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JAnnotations
-
prints this Annotations using the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Prints the source code for this JClass to the given JSourceWriter
- print(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Prints the source code for this JClass to the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JComment
-
prints this JComment using the given JSourceWriter
- print() - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Prints the source code for this JClass in the current directory
with the default line seperator of the the runtime platform.
- print(String) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Prints the source code for this JClass
with the default line seperator of the the runtime platform.
- print(String, String) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Prints the source code for this JCompUnit.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Prints the source code for this JClass.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
prints this JavaDoc comment using the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Prints the source code for this JInterface to the given JSourceWriter
- print(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JInterface
-
Prints the source code for this JInterface to the given JSourceWriter
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Prints this JMethod to the given JSourceWriter.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Prints the method signature.
- print(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Prints the method signature.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Prints this JSourceCode to the given JSourceWriter
- print() - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the source code for this JStructure in the current
working directory.
- print(String, String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the source code for this JStructure to the destination
directory.
- print(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the source code for this JStructure to the given
JSourceWriter.
- printClasspath(URLClassLoader) - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- printHeader(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
A utility method that prints the header to the given
JSourceWriter
- printImportDeclarations(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
A utility method that prints the imports to the given
JSourceWriter
- printlnWithPrefix(String, String, JSourceWriter) - Static method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Prints the given source string to the JSourceWriter using the given prefix at
the beginning of each new line.
- printPackageDeclaration(JSourceWriter) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
A utility method that prints the packageDeclaration to
the given JSourceWriter
- printStructures(JSourceWriter, boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Print the source code for the contained JClass objects.
- producesCompilableResult() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- producesCompilableResult() - Method in class org.codehaus.modello.maven.AbstractModelloSourceGeneratorMojo
-
- producesCompilableResult() - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- producesCompilableResult() - Method in class org.codehaus.modello.maven.ModelloXsdMojo
-
- producesResources() - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- PROPERTIES - Static variable in class org.codehaus.modello.model.ModelDefault
-
- PROPERTIES_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- put(String, Object) - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Maps (associates) an Object with a name
- saveModel(Model, Writer) - Method in class org.codehaus.modello.core.DefaultModelloCore
-
- saveModel(Model, Writer) - Method in interface org.codehaus.modello.core.ModelloCore
-
- SaxWriterGenerator - Class in org.codehaus.modello.plugin.sax
-
- SaxWriterGenerator() - Constructor for class org.codehaus.modello.plugin.sax.SaxWriterGenerator
-
- SET - Static variable in class org.codehaus.modello.model.ModelDefault
-
- SET_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- setAbstract(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "abstract" qualifier is present
This applies only to methods or classes.
- setAbstract(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setAdder(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- setAlias(String) - Method in class org.codehaus.modello.model.ModelField
-
- setAnnotations(List<String>) - Method in class org.codehaus.modello.model.BaseElement
-
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
- setAnnotations(JAnnotations) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
- setAttribute(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setBasedir(String) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setBidi(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- setBooleanGetter(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
-
- setBuildContext(BuildContext) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setCloneHook(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setCloneMode(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- setCloneMode(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setCode(String) - Method in class org.codehaus.modello.model.CodeSegment
-
- setComment(String) - Method in class org.codehaus.modello.model.BaseElement
-
- setComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JComment
-
Sets the comment String of this JDocComment
- setComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JDocComment
-
Sets the comment String of this JDocComment
- setComment(JDocComment) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Sets the comment describing this member.
- setComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Sets the comment describing this member.
- setComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Sets the comment describing this member.
- setComment(String) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Sets the comment describing this JMethodSignature.
- setCompositor(String) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdClassMetadata
-
- setContent(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setDeclaringClass(JClass) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
- setDefaultValue(String) - Method in class org.codehaus.modello.model.ModelField
-
- setDeprecatedVersion(Version) - Method in class org.codehaus.modello.model.BaseElement
-
- setDescription(String) - Method in class org.codehaus.modello.model.BaseElement
-
- setDescription(String) - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Sets the description String for this descriptor
- setEnabled(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setFinal(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "final" qualifier is present
- setFirstVersion(String) - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- setFormat(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setGenerateBuilder(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setGenerateStaticCreators(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setGenerateToString(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaClassMetadata
-
- setGetter(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
-
- setHeader(JComment) - Method in class org.codehaus.modello.plugin.java.javasource.JCompUnit
-
Sets the header comment for this JCompUnit
- setHeader(JComment) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Sets the header comment for this JStructure
- setId(String) - Method in class org.codehaus.modello.model.Model
-
- setIdentifier(boolean) - Method in class org.codehaus.modello.model.ModelField
-
- setInitializationMode(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- setInitString(String) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Sets the initialization string for this JField;
Allows some flexibility in declaring default values.
- setInsertParentFieldsUpTo(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setInterfaceName(String) - Method in class org.codehaus.modello.plugin.java.metadata.JavaAssociationMetadata
-
- setItemsStyle(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- setKey(String) - Method in class org.codehaus.modello.model.ModelDefault
-
- setLineSeparator(String) - Method in class org.codehaus.modello.plugin.java.javasource.JSourceWriter
-
Sets the line separator to use at the end of each line
- setLocationTracker(String) - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
-
- setMapStyle(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- setModelloCore(ModelloCore) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setModels(String[]) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Sets the JModifiers for this JMethod.
- setModifiers(JModifiers) - Method in class org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Sets the JModifiers for this method signature.
- setMultiplicity(String) - Method in class org.codehaus.modello.model.ModelAssociation
-
- setName(String) - Method in class org.codehaus.modello.model.BaseElement
-
- setName(String) - Method in class org.codehaus.modello.plugin.java.javasource.JDocDescriptor
-
Sets the name value of the JavaDoc field.
- setName(String) - Method in class org.codehaus.modello.plugin.java.javasource.JField
-
Sets the name of this JField
- setName(String) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
Sets the name of this parameter
- setNamespace(String) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
-
- setNamespace(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
-
- setOutputDirectory(File) - Method in class org.codehaus.modello.maven.AbstractModelloSourceGeneratorMojo
-
- setOutputDirectory(File) - Method in class org.codehaus.modello.maven.ModelloXdocMojo
-
- setOutputDirectory(File) - Method in class org.codehaus.modello.maven.ModelloXsdMojo
-
- setPackagedVersions(List<String>) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setPackageName(String) - Method in class org.codehaus.modello.model.ModelType
-
- setPackageName(String) - Method in class org.codehaus.modello.plugin.java.javasource.JStructure
-
Deprecated.
removed in future version of javasource
- setPackageWithVersion(boolean) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setProject(MavenProject) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setReference(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- setRequired(boolean) - Method in class org.codehaus.modello.model.ModelField
-
- setRootElement(boolean) - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
-
- setSchemaLocation(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
-
- setSeparator(String) - Method in class org.codehaus.modello.plugin.xdoc.metadata.XdocFieldMetadata
-
- setSetter(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaFieldMetadata
-
- setSourceCode(String) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- setSourceCode(JSourceCode) - Method in class org.codehaus.modello.plugin.java.javasource.JConstructor
-
- setSourceCode(String) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Sets the given string as the source code (method body)
for this JMethod.
- setSourceCode(JSourceCode) - Method in class org.codehaus.modello.plugin.java.javasource.JMethod
-
Sets the given JSourceCode as the source code (method body)
for this JMethod.
- setSourceTracker(String) - Method in class org.codehaus.modello.plugin.model.ModelClassMetadata
-
- setStandaloneRead(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
-
- setStatic(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "static" qualifier is present
- setStyle(short) - Method in class org.codehaus.modello.plugin.java.javasource.JComment
-
Sets the style for this JComment
- setSuperClass(String) - Method in class org.codehaus.modello.model.ModelClass
-
- setSuperClass(String) - Method in class org.codehaus.modello.plugin.java.javasource.JClass
-
Sets the super Class that this class extends
- setSuperInterface(String) - Method in class org.codehaus.modello.model.ModelInterface
-
- setSuppressAllWarnings(boolean) - Method in class org.codehaus.modello.plugin.java.metadata.JavaModelMetadata
-
- setTagName(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlAssociationMetadata
-
- setTagName(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlClassMetadata
-
- setTagName(String) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setTargetNamespace(String) - Method in class org.codehaus.modello.plugin.xsd.metadata.XsdModelMetadata
-
- setTo(String) - Method in class org.codehaus.modello.model.ModelAssociation
-
- setTransient(boolean) - Method in class org.codehaus.modello.plugin.java.javasource.JModifiers
-
Sets whether or not the "transient" qualifier is present
- setTransient(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setTrim(boolean) - Method in class org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
- setType(String) - Method in class org.codehaus.modello.model.ModelField
-
- setType(String) - Method in class org.codehaus.modello.model.VersionDefinition
-
- setType(JType) - Method in class org.codehaus.modello.plugin.java.javasource.JParameter
-
Sets the type of this parameter
- setTypeValidator(String) - Method in class org.codehaus.modello.model.ModelField
-
- setUp() - Method in class org.codehaus.modello.AbstractModelloGeneratorTest
-
- setUp() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
- setValue(String) - Method in class org.codehaus.modello.model.ModelDefault
-
- setValue(String) - Method in class org.codehaus.modello.model.VersionDefinition
-
- setVersion(String) - Method in class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
-
- setVersionDefinition(VersionDefinition) - Method in class org.codehaus.modello.model.Model
-
- setVersionRange(VersionRange) - Method in class org.codehaus.modello.model.BaseElement
-
- SHORT - Static variable in class org.codehaus.modello.plugin.java.javasource.JType
-
- singular(String) - Static method in class org.codehaus.modello.plugin.AbstractModelloGenerator
-
- size() - Method in class org.codehaus.modello.plugin.java.javasource.JNamedMap
-
Returns the number of Object associations currently in
this named map
- skipJava5FeatureTest() - Method in class org.codehaus.modello.AbstractModelloJavaGeneratorTest
-
Check if a Java 5 feature test should be skipped, since it is not supported by current test environment.
- SnakeYamlExtendedReaderGenerator - Class in org.codehaus.modello.plugin.snakeyaml
-
The generator for Jackson-based parsers that support input location tracking.
- SnakeYamlExtendedReaderGenerator() - Constructor for class org.codehaus.modello.plugin.snakeyaml.SnakeYamlExtendedReaderGenerator
-
- SnakeYamlReaderGenerator - Class in org.codehaus.modello.plugin.snakeyaml
-
- SnakeYamlReaderGenerator() - Constructor for class org.codehaus.modello.plugin.snakeyaml.SnakeYamlReaderGenerator
-
- SnakeYamlWriterGenerator - Class in org.codehaus.modello.plugin.snakeyaml
-
- SnakeYamlWriterGenerator() - Constructor for class org.codehaus.modello.plugin.snakeyaml.SnakeYamlWriterGenerator
-
- SOURCE_TRACKER - Static variable in class org.codehaus.modello.plugin.model.ModelMetadataPlugin
-
- StaxReaderGenerator - Class in org.codehaus.modello.plugin.stax
-
- StaxReaderGenerator() - Constructor for class org.codehaus.modello.plugin.stax.StaxReaderGenerator
-
- StaxSerializerGenerator - Class in org.codehaus.modello.plugin.stax
-
Generates the IndentingXMLStreamWriter used by the writer for pretty printing.
- StaxSerializerGenerator() - Constructor for class org.codehaus.modello.plugin.stax.StaxSerializerGenerator
-
- StaxWriterGenerator - Class in org.codehaus.modello.plugin.stax
-
- StaxWriterGenerator() - Constructor for class org.codehaus.modello.plugin.stax.StaxWriterGenerator
-
- STRICT_PARSER - Static variable in class org.codehaus.modello.ModelloParameterConstants
-
- STRICT_XML_ATTRIBUTES - Static variable in class org.codehaus.modello.model.ModelDefault
-
- STRICT_XML_ATTRIBUTES_VALUE - Static variable in class org.codehaus.modello.model.ModelDefault
-
- strictXmlAttributes - Variable in class org.codehaus.modello.plugins.xml.AbstractXmlJavaGenerator
-
- suppressAllWarnings(Model, JStructure) - Method in class org.codehaus.modello.plugin.java.AbstractJavaModelloGenerator
-