Uses of Package
net.sourceforge.groboutils.codecoverage.v2

Packages that use net.sourceforge.groboutils.codecoverage.v2
net.sourceforge.groboutils.codecoverage.v2 This package contains all the standard interfaces for extending the code coverage framework. 
net.sourceforge.groboutils.codecoverage.v2.ant Ant interface for performing the code coverage tasks. 
net.sourceforge.groboutils.codecoverage.v2.compiler Handles the post-compilation engine. 
net.sourceforge.groboutils.codecoverage.v2.datastore Controls the meta-data access for post-compilation and report generation, and logging data. 
net.sourceforge.groboutils.codecoverage.v2.logger A minimal package that is included in the runtime execution environment. 
net.sourceforge.groboutils.codecoverage.v2.module All analysis modules and their supporting classes. 
net.sourceforge.groboutils.codecoverage.v2.report Generates reports on the coverage metrics. 
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2
IAnalysisMetaData
          Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
IChannelLogger
          Logs a particular channel's instruction mark coverage.
IChannelLogRecord
          Contains an individual record that was passed in a single "cover" method call.
IClassChannelLogReader
          Reads in all the records that were written to the corresponding logger via the "cover" method for a specific class.
IMethodCode
          Contains the BCEL bytecode for a method, and provides helper methods for generating the marks for certain bytecode instructions.
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2.ant
IAnalysisModule
          Processes a method for coverage analysis.
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2.compiler
IAnalysisMetaData
          Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
IAnalysisModule
          Processes a method for coverage analysis.
IMethodCode
          Contains the BCEL bytecode for a method, and provides helper methods for generating the marks for certain bytecode instructions.
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2.datastore
IAnalysisMetaData
          Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
IAnalysisModule
          Processes a method for coverage analysis.
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2.logger
IChannelLogger
          Logs a particular channel's instruction mark coverage.
IChannelLoggerFactory
          Creates a channel logger.
IChannelLogReader
          Reads in all the records that were written to the corresponding logger via the "cover" method.
IChannelLogRecord
          Contains an individual record that was passed in a single "cover" method call.
IClassChannelLogReader
          Reads in all the records that were written to the corresponding logger via the "cover" method for a specific class.
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2.module
IAnalysisMetaData
          Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
IAnalysisModule
          Processes a method for coverage analysis.
IMethodCode
          Contains the BCEL bytecode for a method, and provides helper methods for generating the marks for certain bytecode instructions.
 

Classes in net.sourceforge.groboutils.codecoverage.v2 used by net.sourceforge.groboutils.codecoverage.v2.report
IAnalysisModule
          Processes a method for coverage analysis.
IChannelLogReader
          Reads in all the records that were written to the corresponding logger via the "cover" method.
IChannelLogRecord
          Contains an individual record that was passed in a single "cover" method call.
 



Copyright © 2001-2003 by The GroboUtils Project