Package com.massimo.utils

General utility classes.

See:
          Description

Class Summary
CaseInsensitiveHashMap<V> A HashMap that always does key.toString().toLowercase()
DebugDump Dump useful information about the JVM: threads, classes, JVM memory, properties
FileFinder Use known paths, such as the classpath and the environment's PATHs, to find files
HierarchicalMap<V> A simple heirachical Map implementation.
InputHelper Helper class for user input.
ReflectionHelper Helper for using reflection
StringHelper String handling utilities
XMLHelper Helper to do things with XML and nu.xom.Elements
 

Exception Summary
FileAccessException Thrown when unable to create, read from or write to a file.
 

Package com.massimo.utils Description

General utility classes.