Package com.jamonapi.utils

This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon.

See:
          Description

Interface Summary
Command Simple interface that is used in the implementation of the Gang Of 4 Command pattern in Java.
CompositeNode A CompositeNode works with NodeTrees and LeafNodes to create heirarchical object trees.
LeafNode A tag interface to indicate a leaf node in a tree/heirarchical relationship.
 

Class Summary
AppConstants  
AppMap Case Insensitive HashMap() - If the maps key is a string then the following keys are all considered equal: myKey
MYKEY
MyKey
...
CommandIterator Used with the Command interface to implement the Gang of 4 Command pattern to execute some logic for every entry of various iterators.
EnumIterator Simple Wrapper utility class that makes an Enumeration behave like an Iterator.
FileUtils Reusable Utilities used for File manipulations such as reading a file as a String.
Logger Very Simple Utility class used for Logging.
Misc Difficult to group Utilities
NodeTree A NodeTree works with Compositenodes and LeafNodes to create heirarchical object trees.
ResultSetUtils Purpose: Provides various methods for obtaining resultset data.
 

Exception Summary
AppBaseException  
 

Package com.jamonapi.utils Description

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)