A C E G H I M O S 

A

AbstractMappingMojo - Class in org.codehaus.mojo.castor
A mojo that uses Castor MappingTool to generate mapping files from a Class.
AbstractMappingMojo() - Constructor for class org.codehaus.mojo.castor.AbstractMappingMojo
 

C

ConvertDTD2XSDMojo - Class in org.codehaus.mojo.castor
A mojo that uses Castor XML to convert a DTD document to corresponding XML Schema document.
ConvertDTD2XSDMojo() - Constructor for class org.codehaus.mojo.castor.ConvertDTD2XSDMojo
 

E

execute() - Method in class org.codehaus.mojo.castor.AbstractMappingMojo
execute() - Method in class org.codehaus.mojo.castor.ConvertDTD2XSDMojo
execute() - Method in class org.codehaus.mojo.castor.GenerateMojo
execute() - Method in class org.codehaus.mojo.castor.HelpMojo
execute() - Method in class org.codehaus.mojo.castor.MappingsMojo

G

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
Returns the private project ClassLoader.
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.

H

HelpMojo - Class in org.codehaus.mojo.castor
Display help information on castor-maven-plugin.
Call mvn castor:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.codehaus.mojo.castor.HelpMojo
 

I

isGenerateImportedSchemas() - Method in class org.codehaus.mojo.castor.GenerateMojo
Indicates whether code should be generated for imported XML schemas as well.

M

MappingMojo - Class in org.codehaus.mojo.castor
A mojo that uses Castor MappingTool to generate mapping files from a single Class.
MappingMojo() - Constructor for class org.codehaus.mojo.castor.MappingMojo
 
MappingsMojo - Class in org.codehaus.mojo.castor
A mojo that uses Castor MappingTool to generate mapping files from a set of Classes.
MappingsMojo() - Constructor for class org.codehaus.mojo.castor.MappingsMojo
 

O

org.codehaus.mojo.castor - package org.codehaus.mojo.castor
 

S

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.
A C E G H I M O S 

Copyright © 2005-2015 Codehaus. All Rights Reserved.