org.codehaus.mojo.cobertura
Class AbstractCoberturaMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.codehaus.mojo.cobertura.AbstractCoberturaMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
CoberturaCheckMojo, CoberturaCleanMojo, CoberturaDatafileDumpMojo, CoberturaInstrumentMojo

public abstract class AbstractCoberturaMojo
extends org.apache.maven.plugin.AbstractMojo

Abstract Base for Cobertura Mojos.

Author:
Joakim Erdfelt

Field Summary
protected  ConfigCheck check
          The Check Configuration.
protected  java.io.File dataFile
          The Datafile Location.
protected  ConfigInstrumentation instrumentation
          The Instrumentation Configuration.
protected  java.util.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

project

protected org.apache.maven.project.MavenProject project
Maven Internal: Project to interact with.


dataFile

protected java.io.File dataFile

The Datafile Location.


check

protected ConfigCheck check
The Check Configuration.


instrumentation

protected ConfigInstrumentation instrumentation
The Instrumentation Configuration.


pluginClasspathList

protected java.util.List pluginClasspathList
Maven Internal: List of artifacts for the plugin.

Constructor Detail

AbstractCoberturaMojo

public AbstractCoberturaMojo()
Method Detail

setTaskDefaults

public void setTaskDefaults(AbstractTask task)
Setup the Task defaults.

Parameters:
task - the task to setup.


Copyright © 2005-2007 null. All Rights Reserved.