org.codehaus.modello.maven
Class ModelloXpp3ExtendedReaderMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.modello.maven.AbstractModelloGeneratorMojo
org.codehaus.modello.maven.ModelloXpp3ReaderMojo
org.codehaus.modello.maven.ModelloXpp3ExtendedReaderMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ModelloXpp3ExtendedReaderMojo
- extends ModelloXpp3ReaderMojo
Creates an XPP3 extended reader from the model. An extended reader populates the parsed model with metadata about the
line/column from which the data was read if the model supports this.
- Since:
- 1.4
- Version:
- $Id: ModelloXpp3ExtendedReaderMojo.java 1467 2010-04-20 10:04:44Z bentmann $
- Author:
- Benjamin Bentmann
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.modello.maven.AbstractModelloGeneratorMojo |
createParameters, customizeParameters, execute, getBasedir, getModelloCore, getModels, getPackageWithVersion, getProject, getVersion, producesCompilableResult, producesResources, setBasedir, setBuildContext, setModelloCore, setModels, setPackagedVersions, setPackageWithVersion, setProject, setVersion |
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 |
ModelloXpp3ExtendedReaderMojo
public ModelloXpp3ExtendedReaderMojo()
getGeneratorType
protected String getGeneratorType()
- Overrides:
getGeneratorType
in class ModelloXpp3ReaderMojo
Copyright © 2001-2012 Codehaus. All Rights Reserved.