|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.apt.AbstractAptMojo
org.codehaus.mojo.apt.TestProcessMojo
public class TestProcessMojo
Executes apt on project test sources.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TestProcessMojo()
|
Method Summary | |
---|---|
protected java.util.List |
getClasspathElements()
Gets the project's classpath. |
protected java.util.List |
getCompileSourceRoots()
The source directories containing the sources to be processed. |
protected java.util.Set |
getExcludes()
Gets a set of exclusion filters for apt. |
protected java.util.Set |
getIncludes()
Gets a set of inclusion filters for apt. |
protected java.io.File |
getOutputDirectory()
The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace. |
protected java.util.List |
getResources()
Gets the project's resources. |
Methods inherited from class org.codehaus.mojo.apt.AbstractAptMojo |
---|
execute, executeImpl, getOptions, getProject |
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 |
---|
public TestProcessMojo()
Method Detail |
---|
protected java.util.List getCompileSourceRoots()
getCompileSourceRoots
in class AbstractAptMojo
protected java.util.List getResources()
getResources
in class AbstractAptMojo
protected java.util.List getClasspathElements()
getClasspathElements
in class AbstractAptMojo
protected java.util.Set getIncludes()
getIncludes
in class AbstractAptMojo
protected java.util.Set getExcludes()
getExcludes
in class AbstractAptMojo
protected java.io.File getOutputDirectory()
getOutputDirectory
in class AbstractAptMojo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |