net.sourceforge.groboutils.codecoverage.v2
Interface IChannelLogReader
- All Known Implementing Classes:
- DirectoryChannelLogReader
- public interface IChannelLogReader
Reads in all the records that were written to the corresponding logger via
the "cover" method.
- Since:
- December 15, 2002
- Version:
- $Date: 2003/02/10 22:51:25 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
getReaderForClassSignature
public IClassChannelLogReader getReaderForClassSignature(java.lang.String signature)
throws java.io.IOException
- Returns a channel reader for a specific class signature.
- 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