public abstract class AbstractCoberturaMojo extends AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected ConfigCheck |
check
The Check Configuration.
|
protected File |
dataFile
The Datafile Location.
|
protected ConfigInstrumentation |
instrumentation
|
protected List |
pluginClasspathList
Maven Internal: List of artifacts for the plugin.
|
protected org.apache.maven.project.MavenProject |
project
Maven Internal: Project to interact with.
|
| Constructor and Description |
|---|
AbstractCoberturaMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
setTaskDefaults(AbstractTask task)
Setup the Task defaults.
|
getLog, getPluginContext, setLog, setPluginContextprotected org.apache.maven.project.MavenProject project
protected File dataFile
The Datafile Location.
protected ConfigCheck check
protected ConfigInstrumentation instrumentation
protected List pluginClasspathList
public void setTaskDefaults(AbstractTask task)
task - the task to setup.Copyright © 2005-2014 Codehaus. All Rights Reserved.