net.sourceforge.groboutils.codecoverage.v2.util
Interface ILogFilter

All Known Implementing Classes:
SingleLogFilter, StandardLogFilter

public interface ILogFilter

Describes a method to transform a specialized log format into the standard format. Implementations must have a no-arg constructor.

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

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.
 

Method Detail

process

public void process(int channelCount,
                    java.io.File dir)
             throws java.io.IOException
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.

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.
java.lang.IllegalArgumentException - if the reader is null.


Copyright © 2001-2003 by The GroboUtils Project