Class ModelloStaxReaderMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.modello.maven.AbstractModelloGeneratorMojo
org.codehaus.modello.maven.AbstractModelloSourceGeneratorMojo
org.codehaus.modello.maven.ModelloStaxReaderMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="stax-reader",
defaultPhase=GENERATE_SOURCES,
threadSafe=true)
public class ModelloStaxReaderMojo
extends AbstractModelloSourceGeneratorMojo
Creates an StAX reader from the model.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractModelloSourceGeneratorMojo
customizeParameters, getOutputDirectory, producesCompilableResult, setOutputDirectoryMethods inherited from class AbstractModelloGeneratorMojo
createParameters, execute, getBasedir, getModelloCore, getModels, getPackageWithVersion, getProject, getVersion, producesResources, setBasedir, setBuildContext, setModelloCore, setModels, setPackagedVersions, setPackageWithVersion, setProject, setVersionMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ModelloStaxReaderMojo
public ModelloStaxReaderMojo()
-
-
Method Details
-
getGeneratorType
- Specified by:
getGeneratorTypein classAbstractModelloGeneratorMojo
-