|
|||||||||
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 List |
getClasspathElements()
Gets the project's classpath. |
protected List |
getCompileSourceRoots()
The source directories containing the sources to be processed. |
protected Set |
getExcludes()
Gets a set of exclusion filters for apt. |
protected Set |
getIncludes()
Gets a set of inclusion filters for apt. |
protected File |
getOutputDirectory()
The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace. |
protected 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 List getCompileSourceRoots()
getCompileSourceRoots
in class AbstractAptMojo
protected List getResources()
getResources
in class AbstractAptMojo
protected List getClasspathElements()
getClasspathElements
in class AbstractAptMojo
protected Set getIncludes()
getIncludes
in class AbstractAptMojo
protected Set getExcludes()
getExcludes
in class AbstractAptMojo
protected File getOutputDirectory()
getOutputDirectory
in class AbstractAptMojo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |