|
||||||||||
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
org.codehaus.mojo.emma.EmmaCheckMojo
public class EmmaCheckMojo
Check last intrumentation results.
Field Summary | |
---|---|
protected CheckConfiguration |
check
Check configuration. |
protected File |
coverageFile
Location to XML coverage file. |
protected File[] |
dataFiles
Class coverage data files. |
protected File |
metadataFile
Location to store class coverage metadata. |
protected File |
outputDirectory
Location to store EMMA generated resources. |
Fields inherited from class org.codehaus.mojo.emma.AbstractEmmaMojo |
---|
project, verbose |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
EmmaCheckMojo()
|
Method Summary | |
---|---|
protected void |
doExecute()
Does the work. |
Methods inherited from class org.codehaus.mojo.emma.AbstractEmmaMojo |
---|
checkParameters, execute |
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 File coverageFile
protected CheckConfiguration check
protected File metadataFile
protected File[] dataFiles
protected File outputDirectory
Constructor Detail |
---|
public EmmaCheckMojo()
Method Detail |
---|
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
doExecute
in class AbstractEmmaMojo
org.apache.maven.plugin.MojoExecutionException
- if things go wrong.
org.apache.maven.plugin.MojoFailureException
- if things go wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |