net.sourceforge.groboutils.codecoverage.v2.logger
Class DirectoryChannelLogReader

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogReader
All Implemented Interfaces:
IChannelLogReader

public class DirectoryChannelLogReader
extends java.lang.Object
implements IChannelLogReader

Reads logs written by DirectoryChannelLogger.

Since:
December 17, 2002
Version:
$Date: 2003/05/05 05:45:34 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
DirectoryChannelLogReader(java.io.File baseDir, short channel)
           
 
Method Summary
 IClassChannelLogReader getReaderForClassSignature(java.lang.String signature)
          Returns a channel reader for a specific class signature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryChannelLogReader

public DirectoryChannelLogReader(java.io.File baseDir,
                                 short channel)
Method Detail

getReaderForClassSignature

public IClassChannelLogReader getReaderForClassSignature(java.lang.String signature)
                                                  throws java.io.IOException
Returns a channel reader for a specific class signature.

Specified by:
getReaderForClassSignature in interface IChannelLogReader
Returns:
the reader for the given class signature. If there are no logs for the given class, then the reader will not return anything.
Throws:
java.io.IOException - thrown if there was an underlying problem reading from the log.


Copyright © 2001-2003 by The GroboUtils Project