org.codehaus.modello.maven
Class ModelloStaxReaderMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.modello.maven.AbstractModelloGeneratorMojo
          extended by org.codehaus.modello.maven.ModelloStaxReaderMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ModelloStaxReaderMojo
extends AbstractModelloGeneratorMojo

Creates an StAX reader from the model.

Version:
$Id: ModelloXpp3ReaderMojo.java 669 2006-11-13 19:01:03Z dennisl $
Author:
Brett Porter

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ModelloStaxReaderMojo()
           
 
Method Summary
protected  java.lang.String getGeneratorType()
           
 java.io.File getOutputDirectory()
           
 void setOutputDirectory(java.io.File outputDirectory)
           
 
Methods inherited from class org.codehaus.modello.maven.AbstractModelloGeneratorMojo
createParameters, customizeParameters, execute, getBasedir, getModel, getModelloCore, getPackageWithVersion, getProject, getVersion, producesCompilableResult, producesResources, setBasedir, setModel, setModelloCore, 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
 

Constructor Detail

ModelloStaxReaderMojo

public ModelloStaxReaderMojo()
Method Detail

getGeneratorType

protected java.lang.String getGeneratorType()
Specified by:
getGeneratorType in class AbstractModelloGeneratorMojo

getOutputDirectory

public java.io.File getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractModelloGeneratorMojo

setOutputDirectory

public void setOutputDirectory(java.io.File outputDirectory)


Copyright © 2001-2011 Codehaus. All Rights Reserved.