|
||||||||||
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.EmmaInstrumentMojo
public class EmmaInstrumentMojo
Offline class instrumentor.
Field Summary | |
---|---|
protected String[] |
filters
Instrumentation filters. |
protected File[] |
instrumentationPaths
Specifies the instrumentation paths to use. |
protected boolean |
merge
Indicates whether the metadata should be merged into the destination metadataFile , if any. |
protected File |
metadataFile
Location to store class coverage metadata. |
protected List |
pluginClasspath
Plugin classpath. |
Fields inherited from class org.codehaus.mojo.emma.AbstractEmmaMojo |
---|
outputDirectory, project, verbose |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
EmmaInstrumentMojo()
|
Method Summary | |
---|---|
protected void |
checkParameters()
Checks the parameters before doing the work. |
protected void |
doExecute()
Does the work. |
Methods inherited from class org.codehaus.mojo.emma.AbstractEmmaMojo |
---|
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 List pluginClasspath
protected boolean merge
metadataFile
, if any.
protected String[] filters
protected File[] instrumentationPaths
protected File metadataFile
Constructor Detail |
---|
public EmmaInstrumentMojo()
Method Detail |
---|
protected void checkParameters() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
checkParameters
in class AbstractEmmaMojo
org.apache.maven.plugin.MojoExecutionException
- if things go wrong.
org.apache.maven.plugin.MojoFailureException
- if things go wrong.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 |