| net.sourceforge.groboutils.codecoverage.v2.ant.IReportStyle
All known Subclasses: net.sourceforge.groboutils.codecoverage.v2.ant.SourceXslReportStyle, net.sourceforge.groboutils.codecoverage.v2.ant.SimpleXslReportStyle, net.sourceforge.groboutils.codecoverage.v2.ant.FailOnReportStyle, net.sourceforge.groboutils.codecoverage.v2.ant.XmlReportStyle,
IReportStyle | public interface IReportStyle (Code) | | Describes a report style, used to generate readable reports from the
XML output.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:25 $ since: November 22, 2003 |
generateReport | public void generateReport(Project project, Document doc, String moduleName) throws BuildException, IOException(Code) | | Parameters: doc - the XML document of the coverage report to process. |
reportComplete | public void reportComplete(Project project, Vector errors) throws BuildException, IOException(Code) | | Called when the task is finished generating all the reports. This
may be useful for styles that join all the reports together.
|
|
|