net.sourceforge.groboutils.codecoverage.v2.logger
Interface ISingleSource

All Known Implementing Classes:
AbstractSingleSourceLoggerFactory

public interface ISingleSource

A shared mark writer.

Since:
December 17, 2002
Version:
$Date: 2004/04/16 22:17:55 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 void cover(short channelIndex, java.lang.String classSig, short methodIndex, short markIndex)
          Outputs all the data associated with a probe to the shared single source.
 

Method Detail

cover

public void cover(short channelIndex,
                  java.lang.String classSig,
                  short methodIndex,
                  short markIndex)
Outputs all the data associated with a probe to the shared single source.



Copyright © 2001-2003 by The GroboUtils Project