net.sourceforge.groboutils.codecoverage.v2.util |
net.sourceforge.groboutils.codecoverage.v2.util
Standard utilities used by all the packages.
|
Java Source File Name | Type | Comment |
ChecksumUtil.java | Class | A "universal" method to extract a checksum from the various kinds of
data the codecoverage package needs. |
ChecksumUtilUTest.java | Class | Tests the ChecksumUtil class. |
ClassfileCheckerCLI.java | Class | This file joins the class detail files, original class files, and covered
class files with the source, into a STDOUT report. |
ClassSignatureUtil.java | Class | Knows how to create a class signature. |
ClassSignatureUtilUTest.java | Class | Tests the ClassSignatureUtil class. |
ConvertSingleLog.java | Class | A way to convert the single log style (not necessarily a file), and outputs
it to a channel logger. |
ConvertSingleLogUTest.java | Class | Tests the ConvertSingleLog class. |
HexUtil.java | Class | A simple utility to provide the Hexidecimal conversions for the log files. |
HexUtilUTest.java | Class | Tests the ChecksumUtil class. |
ILogFilter.java | Interface | Describes a method to transform a specialized log format into the
standard format. |
SingleLogFilter.java | Class | Transforms the single logging format to the standard logging format. |
StandardLogFilter.java | Class | Transforms the Standard logging format to the standard logging format
(that is, it does nothing). |