Package jimm.util

Contains utility classes that aren't specific to DataVision.

See:
          Description

Interface Summary
Replacer Used by StringUtils.replaceDelimited(java.lang.String, java.lang.String, jimm.util.Replacer, java.lang.String) for replacing delimited strings within one string with other strings.
 

Class Summary
Getopts Getopts is similar to the UN*X getopt() system call.
I18N This class finds the local version of any string.
StopWatch Prints time durations; used for development purposes only.
StringUtils Globally available utility classes, mostly for string manipulation.
XMLWriter An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
XMLWriter.ElementInfo  
 

Package jimm.util Description

Contains utility classes that aren't specific to DataVision.