com.jamonapi.utils |
This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon.
For further information on JAMon go to www.jamonapi.com
Steve Souza - admin@jamonapi.com (JAMon v1.0)
|
Java Source File Name | Type | Comment |
AppBaseException.java | Class | |
AppConstants.java | Class | |
AppMap.java | Class | Case Insensitive HashMap() - If the maps key is a string then the following keys are all considered equal:
myKey
MYKEY
MyKey
... |
ArraySorter.java | Class | ArraySorter is used to sort 2 dimensional arrays of objects by one of the columns in the array. |
Command.java | Interface | Simple interface that is used in the implementation of the Gang Of 4 Command pattern in Java. |
CommandIterator.java | Class | Used with the Command interface to implement the Gang of 4 Command pattern to execute some logic for
every entry of various iterators. |
CompositeNode.java | Interface | A CompositeNode works with NodeTrees and LeafNodes to create heirarchical object trees. |
EnumIterator.java | Class | Simple Wrapper utility class that makes an Enumeration behave like an Iterator. |
FileUtils.java | Class | Reusable Utilities used for File manipulations such as reading a file as a String. |
LeafNode.java | Interface | A tag interface to indicate a leaf node in a tree/heirarchical relationship. |
Logger.java | Class | Very Simple Utility class used for Logging. |
Misc.java | Class | |
NodeTree.java | Class | A NodeTree works with Compositenodes and LeafNodes to create heirarchical object trees. |
ResultSetUtils.java | Class | Purpose: Provides various methods for obtaining resultset data. |