|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
net.sourceforge.groboutils.codecoverage.v2.logger.MinDirChannelLogger
Same as the DirectoryChannelLogger, but includes a JDK 1.2 optimization to minimize the size of the log files.
Field Summary |
Fields inherited from class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger |
baseDir, CLASS_LOG_EXTENTION |
Constructor Summary | |
MinDirChannelLogger(java.io.File baseDir)
|
Method Summary | |
void |
cover(java.lang.String classSignature,
short methodIndex,
short markIndex)
Records a coverage of a marked bytecode instruction. |
Methods inherited from class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger |
createCoverString, getClassFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MinDirChannelLogger(java.io.File baseDir)
Method Detail |
public void cover(java.lang.String classSignature, short methodIndex, short markIndex)
cover
in interface IChannelLogger
cover
in class DirectoryChannelLogger
classSignature
- a signature of the class file being covered.
this signature includes the fully-qualified name of the class,
along with a checksum to uniquely identify it.methodIndex
- index for a method within the class. The meta-data
store will know how to translate the index to a method signature.markIndex
- the index of the bytecode instruction mark for this
particular channel.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |