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

Packages that use IChannelLogger
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. 
net.sourceforge.groboutils.codecoverage.v2.util Standard utilities used by all the packages. 
 

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

Methods in net.sourceforge.groboutils.codecoverage.v2 that return IChannelLogger
 IChannelLogger IChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
          Creates a specific logger type.
 

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

Classes in net.sourceforge.groboutils.codecoverage.v2.logger that implement IChannelLogger
 class CacheDirChannelLogger
          This is the same as the DirectoryChannelLogger, except that the open files are cached for access.
 class DirectoryChannelLogger
          Logs coverage reports to a directory of logs.
 class MinDirChannelLogger
          Same as the DirectoryChannelLogger, but includes a JDK 1.2 optimization to minimize the size of the log files.
 class NoOpChannelLogger
          Doesn't do any logging.
 class SingleSourceLogger
          Outputs the marks to the owning source.
 class StdoutChannelLogger
          Logs coverage reports to a directory of logs.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.logger that return IChannelLogger
 IChannelLogger StdoutChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
          Creates a specific logger type.
 IChannelLogger NoOpChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
          Creates a specific logger type.
 IChannelLogger MinDirChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
          Creates a specific logger type.
 IChannelLogger DirectoryChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
          Creates a specific logger type.
 IChannelLogger CacheDirChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
          Creates a specific logger type.
 IChannelLogger AbstractSingleSourceLoggerFactory.createChannelLogger(java.lang.String propertyPrefix, java.util.Properties props, short channelIndex)
           
 

Uses of IChannelLogger in net.sourceforge.groboutils.codecoverage.v2.util
 

Methods in net.sourceforge.groboutils.codecoverage.v2.util that return IChannelLogger
protected  IChannelLogger[] SingleLogFilter.createChannels(java.io.File dir, int count)
           
 

Methods in net.sourceforge.groboutils.codecoverage.v2.util with parameters of type IChannelLogger
protected  void SingleLogFilter.cleanupChannels(IChannelLogger[] loggers)
           
 

Constructors in net.sourceforge.groboutils.codecoverage.v2.util with parameters of type IChannelLogger
ConvertSingleLog(IChannelLogger[] ch)
          Create a new converter, using the given initialized loggers as the output channels.
 



Copyright © 2001-2003 by The GroboUtils Project