net.sourceforge.groboutils.codecoverage.v2.util
Class SingleLogFilter

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.util.SingleLogFilter
All Implemented Interfaces:
ILogFilter

public class SingleLogFilter
extends java.lang.Object
implements ILogFilter

Transforms the single logging format to the standard logging format.

Since:
April 16, 2004
Version:
$Date: 2004/07/07 09:39:11 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
SingleLogFilter()
           
 
Method Summary
protected  void cleanupChannels(IChannelLogger[] loggers)
           
protected  IChannelLogger[] createChannels(java.io.File dir, int count)
           
 void process(int channelCount, java.io.File dir)
          Loads all data from the given log directory, and outputs the standard format in the same place.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLogFilter

public SingleLogFilter()
Method Detail

process

public void process(int channelCount,
                    java.io.File dir)
             throws java.io.IOException
Description copied from interface: ILogFilter
Loads all data from the given log directory, and outputs the standard format in the same place. This should only fail on I/O errors, not on format errors.

Specified by:
process in interface ILogFilter
Parameters:
channelCount - the number of channels that the output logging should use.
dir - the directory where all the logs should live.
Throws:
java.io.IOException - if there is an I/O error reading from r.

createChannels

protected IChannelLogger[] createChannels(java.io.File dir,
                                          int count)

cleanupChannels

protected void cleanupChannels(IChannelLogger[] loggers)


Copyright © 2001-2003 by The GroboUtils Project