public class TestProcessMojo extends AbstractAptMojo
| Constructor and Description |
|---|
TestProcessMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getClasspathElements()
Gets the project's classpath.
|
protected List<String> |
getCompileSourceRoots()
The source directories containing the sources to be processed.
|
protected Set<String> |
getExcludes()
Gets a set of exclusion filters for apt.
|
protected Set<String> |
getIncludes()
Gets a set of inclusion filters for apt.
|
protected File |
getOutputDirectory()
The directory to place processor and generated class files.
|
protected List<org.apache.maven.model.Resource> |
getResources()
Gets the project's resources.
|
protected File |
getSourceOutputDirectory()
The directory root under which processor-generated source files will be placed; files are placed in
subdirectories based on package namespace.
|
execute, executeImpl, getOptions, getProjectprotected List<String> getCompileSourceRoots()
getCompileSourceRoots in class AbstractAptMojoprotected List<org.apache.maven.model.Resource> getResources()
getResources in class AbstractAptMojoprotected List<String> getClasspathElements()
getClasspathElements in class AbstractAptMojoprotected Set<String> getIncludes()
getIncludes in class AbstractAptMojoprotected Set<String> getExcludes()
getExcludes in class AbstractAptMojoprotected File getOutputDirectory()
getOutputDirectory in class AbstractAptMojoprotected File getSourceOutputDirectory()
getSourceOutputDirectory in class AbstractAptMojoCopyright © 2006-2012 Codehaus. All Rights Reserved.