org.apache.myfaces.buildtools.maven2.plugin.xrts
Class GenerateTestSourcesMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.myfaces.buildtools.maven2.plugin.xrts.AbstractGenerateSourcesMojo
          extended by org.apache.myfaces.buildtools.maven2.plugin.xrts.GenerateTestSourcesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class GenerateTestSourcesMojo
extends AbstractGenerateSourcesMojo

Version:
$Id$

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
GenerateTestSourcesMojo()
           
 
Method Summary
protected  void addCompileSourceRoot()
           
protected  java.lang.String[] getDefaultLocales()
           
protected  java.lang.String[] getExcludes()
           
protected  java.io.File getSourceDirectory()
           
protected  java.io.File getTargetDirectory()
           
protected  java.lang.String getTargetType()
           
 
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.xrts.AbstractGenerateSourcesMojo
execute
 
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

GenerateTestSourcesMojo

public GenerateTestSourcesMojo()
Method Detail

getDefaultLocales

protected java.lang.String[] getDefaultLocales()
Specified by:
getDefaultLocales in class AbstractGenerateSourcesMojo

getExcludes

protected java.lang.String[] getExcludes()
Specified by:
getExcludes in class AbstractGenerateSourcesMojo

addCompileSourceRoot

protected void addCompileSourceRoot()
                             throws java.io.IOException
Specified by:
addCompileSourceRoot in class AbstractGenerateSourcesMojo
Throws:
java.io.IOException

getTargetType

protected java.lang.String getTargetType()
Specified by:
getTargetType in class AbstractGenerateSourcesMojo

getSourceDirectory

protected java.io.File getSourceDirectory()
Specified by:
getSourceDirectory in class AbstractGenerateSourcesMojo

getTargetDirectory

protected java.io.File getTargetDirectory()
Specified by:
getTargetDirectory in class AbstractGenerateSourcesMojo


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.