|
||||||||||
| 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.cobertura.AbstractCoberturaMojo
public abstract class AbstractCoberturaMojo
Abstract Base for Cobertura Mojos.
| Field Summary | |
|---|---|
protected ConfigCheck |
check
The Check Configuration. |
protected File |
dataFile
The Datafile Location. |
protected ConfigInstrumentation |
instrumentation
The Instrumentation Configuration. |
protected List |
pluginClasspathList
Maven Internal: List of artifacts for the plugin. |
protected org.apache.maven.project.MavenProject |
project
Maven Internal: Project to interact with. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractCoberturaMojo()
|
|
| Method Summary | |
|---|---|
void |
setTaskDefaults(AbstractTask task)
Setup the Task defaults. |
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
protected org.apache.maven.project.MavenProject project
protected File dataFile
The Datafile Location.
protected ConfigCheck check
protected ConfigInstrumentation instrumentation
protected List pluginClasspathList
| Constructor Detail |
|---|
public AbstractCoberturaMojo()
| Method Detail |
|---|
public void setTaskDefaults(AbstractTask task)
task - the task to setup.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||