Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.report.IXmlReportConst

Packages that use IXmlReportConst
net.sourceforge.groboutils.codecoverage.v2.ant Ant interface for performing the code coverage tasks. 
net.sourceforge.groboutils.codecoverage.v2.report Generates reports on the coverage metrics. 
 

Uses of IXmlReportConst in net.sourceforge.groboutils.codecoverage.v2.ant
 

Classes in net.sourceforge.groboutils.codecoverage.v2.ant that implement IXmlReportConst
 class SourceHtmlReportStyle
          Describes a report style, used to generate readable reports from the XML output.
 class SourceXslReportStyle
          This is a combo report, which means that it only works with the combined coverage file.
 

Uses of IXmlReportConst in net.sourceforge.groboutils.codecoverage.v2.report
 

Subinterfaces of IXmlReportConst in net.sourceforge.groboutils.codecoverage.v2.report
 interface IXmlCombinedReportConst
          Contains constants for the combined report.
 interface IXmlSourceReportConst
          Contains constants for generating a Java-source XML report.
 

Classes in net.sourceforge.groboutils.codecoverage.v2.report that implement IXmlReportConst
 class XmlCombinedReportGenerator
          Combines all the XML Reports into a single XML report.
 class XmlReportGenerator
          Creates an XML formatted report, suitable for framing.
 class XmlSourceReportGenerator
          Generates an XML report about a Java source file, containing the source file's line-by-line source, and the coverage information on that class.
 class XmlSourceReportGenerator2
          Generates an XML report about a Java source file, containing the source file's line-by-line source, and the coverage information on that class.
 



Copyright © 2001-2003 by The GroboUtils Project