|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.myfaces.maven.plugin.AbstractAPTMojo
public abstract class AbstractAPTMojo
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractAPTMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
execute |
protected abstract List |
getAptSourceRoots()
The extra source directories containing the source to be processed. |
protected abstract List |
getClasspathElements()
classpath elements. |
protected abstract List |
getCompileSourceRoots()
The source directories containing the sources to be compiled. |
protected abstract String |
getGenerated()
The directory where generated code go. |
protected abstract File |
getOutputDirectory()
The directory where compiled classes go. |
org.apache.maven.project.MavenProject |
getProject()
The maven project. |
protected String |
getResourceTargetPath()
targetPath for generated resources |
protected abstract org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner()
|
int |
getStaleMillis()
The granularity in milliseconds of the last modification date for testing whether a source needs recompilation |
protected List |
getTargetFiles()
A List of targetFiles for SingleSourceTargetMapping |
boolean |
isForce()
Force apt call without staleness checking. |
protected boolean |
isResourceFiltering()
enables resource filtering for generated resources |
boolean |
isVerbose()
run Apt in verbode mode |
| 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 org.apache.maven.project.MavenProject getProject()
public boolean isForce()
public boolean isVerbose()
public int getStaleMillis()
protected List getTargetFiles()
protected boolean isResourceFiltering()
protected String getResourceTargetPath()
protected abstract List getClasspathElements()
protected abstract List getCompileSourceRoots()
protected abstract List getAptSourceRoots()
protected abstract File getOutputDirectory()
protected abstract String getGenerated()
protected abstract org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||