Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.IClassChannelLogReader

Packages that use IClassChannelLogReader
net.sourceforge.groboutils.codecoverage.v2 This package contains all the standard interfaces for extending the code coverage framework. 
net.sourceforge.groboutils.codecoverage.v2.logger A minimal package that is included in the runtime execution environment. 
 

Uses of IClassChannelLogReader in net.sourceforge.groboutils.codecoverage.v2
 

Methods in net.sourceforge.groboutils.codecoverage.v2 that return IClassChannelLogReader
 IClassChannelLogReader IChannelLogReader.getReaderForClassSignature(java.lang.String signature)
          Returns a channel reader for a specific class signature.
 

Uses of IClassChannelLogReader in net.sourceforge.groboutils.codecoverage.v2.logger
 

Classes in net.sourceforge.groboutils.codecoverage.v2.logger that implement IClassChannelLogReader
 class DirectoryClassChannelLogReader
          Reads logs written by DirectoryChannelLogger.
 class EmptyClassChannelLogReader
          Reads logs written by DirectoryChannelLogger.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.logger that return IClassChannelLogReader
 IClassChannelLogReader DirectoryChannelLogReader.getReaderForClassSignature(java.lang.String signature)
          Returns a channel reader for a specific class signature.
 



Copyright © 2001-2003 by The GroboUtils Project