Package calhoun.util

Interface Summary
ResourceLoader.ResourceFinder  
 

Class Summary
AbstractTestCase Basic test case with file matching (XML and regular) added as well as improved logging for errors.
Assert Assertion class.
ColtUtil  
DenseBooleanMatrix2D  
DenseIntMatrix2D  
FileDiff Computes the 'diff' difference between two files.
FileUtil Utility functions for file management
FilterIterator<A>  
PrimeUtil  
RangeMap A rangeMap contains a set of intervals and maps each interval to a set of objects that exist in that interval.
RangeMap.Interval An interval is a convenient data structure used to return a section of a RangeMap.
ResourceLoader The ResourceLoader loads for resources by trying each of the following mechanisms: Treating the resourceID as a file name and opening it in the file system Loading a class resource with the specified resourceID Loading a system resource with the specified resourceID
SimplerFormatter Simpler formatter than the default Java SimpleFormatter.
TypedProperties  
Util  
XmlDiff Utility class for diffing XML
XmlUtil Utility functions to simplify XML.
 

Exception Summary
CheckException Exception type for consistency check errors.
ConfigException Exception type for system configuration exceptions.
DataException Exception type for data errors.
ErrorException Exception type for general errors.