|
Class Summary |
| FileUtil |
This class is a helper for the job class and is used to deal
with the file I/O stuff for the comment, query, env vars, and
events. |
| HashVector |
This class has properties of both Vectors and Hashtable. |
| NumberUtil |
Converts the given number to a String, padding with extra decimals where required. |
| NumString |
This is used for converting Strings containing numbers to various Java number formats. |
| StringParser |
This class takes in two strings and seperates the
first string on instances of the second one. |
| StringUtil |
Container for various static methods used to manipulate Strings. |
| TextFormatter |
This class is used for formatting text for HTML use, limiting to some number of characters. |
| XMLClient |
|