|
|||||||||
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
public abstract class AbstractAptMojo
Base mojo for executing apt.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractAptMojo()
|
Method Summary | |
---|---|
void |
execute()
|
protected void |
executeImpl()
|
protected abstract java.util.List |
getClasspathElements()
Gets the project's classpath. |
protected abstract java.util.List |
getCompileSourceRoots()
The source directories containing the sources to be processed. |
protected abstract java.util.Set |
getExcludes()
Gets a set of exclusion filters for apt. |
protected abstract java.util.Set |
getIncludes()
Gets a set of inclusion filters for apt. |
protected java.lang.String[] |
getOptions()
Gets the options to pass to annotation processors. |
protected abstract 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 org.apache.maven.project.MavenProject |
getProject()
Gets the Maven project. |
protected abstract java.util.List |
getResources()
Gets the project's resources. |
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 AbstractAptMojo()
Method Detail |
---|
public final void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected void executeImpl() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected org.apache.maven.project.MavenProject getProject()
protected java.lang.String[] getOptions()
protected abstract java.util.List getCompileSourceRoots()
protected abstract java.util.List getResources()
protected abstract java.util.List getClasspathElements()
protected abstract java.util.Set getIncludes()
protected abstract java.util.Set getExcludes()
protected abstract java.io.File getOutputDirectory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |