public class ProcessMojo extends AbstractAptMojo
Constructor and Description |
---|
ProcessMojo() |
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 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, getProject
protected List<String> getCompileSourceRoots()
getCompileSourceRoots
in class AbstractAptMojo
protected List<org.apache.maven.model.Resource> getResources()
getResources
in class AbstractAptMojo
protected List<String> getClasspathElements()
getClasspathElements
in class AbstractAptMojo
protected File getOutputDirectory()
getOutputDirectory
in class AbstractAptMojo
protected File getSourceOutputDirectory()
getSourceOutputDirectory
in class AbstractAptMojo
Copyright © 2006–2014 Codehaus. All rights reserved.