net.sourceforge.groboutils.codecoverage.v2
Interface IChannelLogRecord

All Known Implementing Classes:
DefaultChannelLogRecord

public interface IChannelLogRecord

Contains an individual record that was passed in a single "cover" method call.

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

Method Summary
 java.lang.String getClassSignature()
          Returns the signature for the class (fully-qualified class name + the checksum for the class bytecode).
 short getMarkIndex()
          Returns the recorded index for the channel's mark in this method.
 short getMethodIndex()
          Returns the index for the method in which this entry was recorded.
 

Method Detail

getClassSignature

public java.lang.String getClassSignature()
Returns the signature for the class (fully-qualified class name + the checksum for the class bytecode).

Returns:
the class signature.

getMethodIndex

public short getMethodIndex()
Returns the index for the method in which this entry was recorded.

Returns:
the method index.

getMarkIndex

public short getMarkIndex()
Returns the recorded index for the channel's mark in this method.

Returns:
the mark index.


Copyright © 2001-2003 by The GroboUtils Project