org.codehaus.mojo.castor
Class GenerateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.castor.GenerateMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- public class GenerateMojo
- extends org.apache.maven.plugin.AbstractMojo
A mojo that uses castor to generate a collection of javabeans from an XSD using Castor. Detailed
explainations of many of these can be found in the details fo the Castor
SourceGenerator.
- Author:
- brozow , jesse
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateMojo
public GenerateMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getDest
public java.lang.String getDest()
setDest
public void setDest(java.lang.String dest)
getTstamp
public java.lang.String getTstamp()
setTstamp
public void setTstamp(java.lang.String tstamp)
getPackaging
public java.lang.String getPackaging()
setPackaging
public void setPackaging(java.lang.String packaging)
getSchema
public java.lang.String getSchema()
setSchema
public void setSchema(java.lang.String schema)
getTypes
public java.lang.String getTypes()
setTypes
public void setTypes(java.lang.String types)
setProperties
public void setProperties(java.lang.String properties)
getMarshal
public boolean getMarshal()
setMarshal
public void setMarshal(boolean marshal)
getProject
public org.apache.maven.project.MavenProject getProject()
setProject
public void setProject(org.apache.maven.project.MavenProject project)
Copyright © 2005-2007 null. All Rights Reserved.