Package net.sourceforge.groboutils.codecoverage.v2.ant

Ant interface for performing the code coverage tasks.

See:
          Description

Interface Summary
IReportStyle Describes a report style, used to generate readable reports from the XML output.
 

Class Summary
AnalysisModuleType Loads an analysis module.
AnalysisModuleType.TypeAttribute  
CoveragePostCompilerTask Deprecated. Please use the GroboInstrumentTask instead of this one.
CoveragePostCompilerTask.Configuration  
CoverageReportTask Deprecated. Use GroboReportTask instead of this one.
FailOnReportStyle Checks the coverage report for a subset of classes whose total coverage percentage isn't up-to-snuff.
FailOnReportStyle.IncludeAndExclude  
GroboInstrumentTask A variation of the CoveragePostCompilerTask.
GroboInstrumentTask.HandleExistingAttribute Contains all possible HandleExisting types.
GroboInstrumentTask.LoggerAttribute Contains all possible logger types.
GroboInstrumentTask.LoggerProperty Used for associating a key with a value for the properties.
GroboReportTask A variation of the CoveragePostCompilerTask.
GroboReportTask.FilterTypeAttribute  
GroboReportTask.LogFilter  
GroboReZipTask Similar to the Zip task, but its purpose is to modify not only one zip file, but possibly many containing zip files as well.
GroboReZipTask.AlterEar  
GroboReZipTask.AlterJar  
GroboReZipTask.AlterWar  
GroboReZipTask.AlterZip the base type for altering a zip file.
GroboReZipTask.AlterZipModifyEntry Recursively alter the inner zip file, by writing its contents to temporary files.
GroboReZipTask.ModifyEntry Tells the processing system that a particular file needs to be modified.
GroboReZipTask.ReZipFileSet  
SimpleHtmlReportStyle Describes a report style, used to generate readable reports from the XML output.
SimpleXslReportStyle Describes a report style, used to generate readable reports from the XML output.
SimpleXslReportStyle.ParamType  
SourceHtmlReportStyle Describes a report style, used to generate readable reports from the XML output.
SourceXslReportStyle This is a combo report, which means that it only works with the combined coverage file.
SourceXslReportStyle.DirType  
SourceXslReportStyle.StyleType  
StyleTransformer Transforms XML with XSL.
XmlReportStyle Generates the XML file for the report.
 

Package net.sourceforge.groboutils.codecoverage.v2.ant Description

Ant interface for performing the code coverage tasks.



Copyright © 2001-2003 by The GroboUtils Project