jimm.util |
jimm.util
Contains utility classes that aren't specific to DataVision.
|
Java Source File Name | Type | Comment |
Getopts.java | Class | Getopts is similar to the UN*X getopt() system call. |
I18N.java | Class | This class finds the local version of any string. |
Replacer.java | Interface | Used by
StringUtils.replaceDelimited for replacing delimited
strings within one string with other strings. |
StopWatch.java | Class | Prints time durations; used for development purposes only.
No threads or system resources are harmed in the making of a stop watch. |
StringUtils.java | Class | Globally available utility classes, mostly for string manipulation. |
XMLWriter.java | Class | An XML writer is a print writer that knows how to output XML elements
and make the output look pretty.
Calling indent and outdent changes the
indentation level. |