|
||||||||||
| 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.emma.AbstractEmmaMojo
public abstract class AbstractEmmaMojo
Abstract base for EMMA mojo.
| Field Summary | |
|---|---|
protected File |
outputDirectory
Location to store EMMA generated resources. |
protected org.apache.maven.project.MavenProject |
project
Maven project. |
protected boolean |
verbose
Sets EMMA verbosity level to verbose. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractEmmaMojo()
|
|
| Method Summary | |
|---|---|
protected void |
checkParameters()
Check parameter values. |
protected abstract void |
doExecute()
Method called by execute(). |
void |
execute()
Execute this Mojo. |
| 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 |
| Field Detail |
|---|
protected boolean verbose
verbose.
protected org.apache.maven.project.MavenProject project
protected File outputDirectory
| Constructor Detail |
|---|
public AbstractEmmaMojo()
| Method Detail |
|---|
protected void checkParameters()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException - if any parameter is wrong or missing.
org.apache.maven.plugin.MojoExecutionException - is things go badly wrong.
public final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException - if execution failed
org.apache.maven.plugin.MojoFailureException - if execution failed
protected abstract void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute().
org.apache.maven.plugin.MojoExecutionException - if execution failed
org.apache.maven.plugin.MojoFailureException - if execution failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||