Package com.revusky.niggle.util

A hodge-podge of utility code/classes that don't really fit anywhere else.

See:
          Description

Interface Summary
Log An interface to define a single method used for logging information.
 

Class Summary
Assert A helper class that gives us functionality equivalent to C's stdlib assert() macro.
ConsoleLog Make System.(out|err) support the com.revusky.niggle.util.Log interface.
FileLock A file lock.
FileLog This class provides logging to a file.
Logger A class that manages logging.
ServletLog A class that implements the com.revusky.niggle.util.Log interface by wrapping the built-in logging functionality in the ServletContext
Util Dumping ground for utility functions that are more or less general-purpose.
 

Exception Summary
AssertionFailedException Runtime exception to indicate that an assertion has failed.
FileLockException Thrown in the face of file lock problems, by the FileLock class.
 

Package com.revusky.niggle.util Description

A hodge-podge of utility code/classes that don't really fit anywhere else.