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

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

public class StandardLogFilter
extends java.lang.Object
implements ILogFilter

Transforms the Standard logging format to the standard logging format (that is, it does nothing).

Since:
April 16, 2004
Version:
$Date: 2004/04/17 08:25:53 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
StandardLogFilter()
           
 
Method Summary
 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

StandardLogFilter

public StandardLogFilter()
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.


Copyright © 2001-2003 by The GroboUtils Project