- GenerateMojo - Class in org.codehaus.mojo.castor
-
A mojo that uses Castor to generate a collection of javabeans from an XSD.
- GenerateMojo() - Constructor for class org.codehaus.mojo.castor.GenerateMojo
-
- getClassGenerationMode() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the method to use for Java class generation.
- getClassName() - Method in class org.codehaus.mojo.castor.AbstractMappingMojo
-
Returns the class name.
- getClassName() - Method in class org.codehaus.mojo.castor.MappingMojo
-
Returns the class name.
- getClassName() - Method in class org.codehaus.mojo.castor.MappingsMojo
-
Returns the class name.
- getCreateJdoDescriptors() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Indicates whether JDO descriptors should be generated during code generation.
- getDest() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the destination directory to used during code generation.
- getMappingName() - Method in class org.codehaus.mojo.castor.AbstractMappingMojo
-
Returns the name of the mapping file.
- getMappingName() - Method in class org.codehaus.mojo.castor.MappingMojo
-
Returns the name of the mapping file.
- getMappingName() - Method in class org.codehaus.mojo.castor.MappingsMojo
-
Returns the mapping file name.
- getMarshal() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Indicates whether #marshal() methods will be generated during the code generation.
- getNameConflictStrategy() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the name conflict strategy to be used during code generation.
- getPackaging() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the default package to be used during code generation.
- getProject() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the
MavenProject
instance for which code generation should be executed.
- getProjectClassLoader() - Method in class org.codehaus.mojo.castor.AbstractMappingMojo
-
- getResourceDestination() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the destination directory for resource files generated during code generation.
- getSchema() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the (single) XML schema file to be processed.
- getTstamp() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the directory to store time stamp information.
- getTypes() - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Returns the collection types Castor XML is capable of working with.
- setBindingfile(File) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the Castor XML code generator binding file to be used during code generation.
- setClassGenerationMode(String) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the method to use for Java class generation; possible values are 'standard' (default) and 'velocity'.
- setCreateJdoDescriptors(boolean) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets whether JDO descriptors should be generated during code generation.
- setDest(File) - Method in class org.codehaus.mojo.castor.ConvertDTD2XSDMojo
-
Sets the schema file to output.
- setDest(File) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the destination directory to used during code generation.
- setGenerateImportedSchemas(boolean) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets whether code should be generated for imported XML schemas as well.
- setGenerateMappings(boolean) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets whether mapping files should be created during code generation.
- setMarshal(boolean) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets whether #marshal() methods will be generated during the code generation.
- setNameConflictStrategy(String) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the name conflict strategy to be used during code generation.
- setPackaging(String) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the default package to be used during code generation.
- setProject(MavenProject) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the
MavenProject
instance for which code generation should be executed.
- setProperties(File) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the (user-specific) castorbuilder.properties file to be used during code generation.
- setResourceDestination(File) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the destination directory for resource files generated during code generation.
- setSchema(File) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the (single) XML schema file to be processed.
- setSource(File) - Method in class org.codehaus.mojo.castor.ConvertDTD2XSDMojo
-
Sets the DTD file to convert.
- setTstamp(File) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the directory to store time stamp information.
- setTypes(String) - Method in class org.codehaus.mojo.castor.GenerateMojo
-
Sets the collection types Castor XML is capable of working with.