net.sourceforge.groboutils.codecoverage.v2
Interface IClassChannelLogReader

All Known Implementing Classes:
DirectoryClassChannelLogReader, EmptyClassChannelLogReader

public interface IClassChannelLogReader

Reads in all the records that were written to the corresponding logger via the "cover" method for a specific class.

Since:
December 15, 2002
Version:
$Date: 2003/02/10 22:51:25 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 IChannelLogRecord nextRecord()
          Reads the next record from the log.
 

Method Detail

nextRecord

public IChannelLogRecord nextRecord()
                             throws java.io.IOException
Reads the next record from the log. If there are no more records, then null is returned. These do not need to be returned in any specific order, and there can be duplicate entries.

Returns:
the next log record.
Throws:
java.io.IOException - thrown if there was an underlying problem reading from the log.


Copyright © 2001-2003 by The GroboUtils Project