org.apache.maven.jcoveragereport
Class CoverageReportGenerator

java.lang.Object
  extended byorg.apache.maven.jcoveragereport.CoverageReportGenerator

public class CoverageReportGenerator
extends Object

Version:
$Id: CoverageReportGenerator.java 170200 2005-05-15 06:24:19Z brett $
Author:
Emmanuel Venisse

Constructor Summary
CoverageReportGenerator()
           
 
Method Summary
 void execute()
           
 String getDataFile()
           
 String getOutputDir()
           
 void setDataFile(String dataFile)
           
 void setOutputDir(String dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageReportGenerator

public CoverageReportGenerator()
Method Detail

setDataFile

public void setDataFile(String dataFile)

getDataFile

public String getDataFile()

setOutputDir

public void setOutputDir(String dir)

getOutputDir

public String getOutputDir()

execute

public void execute()
             throws Exception
Throws:
Exception


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.