|
Class Summary |
| ArgumentProcessor |
It's a class useful to process arguments passed via command line. |
| ArrayComparator |
Compares an array of objects, object by object. |
| Cache |
General purpose cache class. |
| Clipboard |
It represents a simple clipboard. |
| Compare |
Such a preliminary class. |
| DateUtil |
A utility class for use with dates. |
| FileLog |
A class for logging context specific messages to a file. |
| FormattedDate |
It's a java.util.Date, except in the fact it returns its "toString" value in
a formatted way. |
| FormattedInteger |
It's a java.lang.Integer, except in the fact it returns its "toString" value
in a formatted way. |
| FormattedLong |
It's a java.lang.Long, except in the fact it returns a "toString" value in a
formatted way. |
| FormattedNumber |
It's a java.lang.Number, except in the fact it returns its "toString" value in
a formatted way. |
| IndexedObject |
An object and an index... |
| IndexedVector |
A vector and an index. |
| IteratorToEnumeration |
Uses an Iterator object as an Enumeration object. |
| JQueue |
Implements a regular queue. |
| NullUtils |
Contains some functions for use with null values. |
| OrdinalPostfix |
This class returns the bit that you tag onto the end of number. |
| Props |
An extended version of Properties class. |
| Reflect |
Maps reflection onto classes, that is maps strings in class methods. |
| Registry |
The Registry class provides is used to load the native
library DLL, as well as a placeholder for the top level
keys, error codes, and utility methods. |
| ResourceUtils |
|
| ScriptCatcher |
It's a class to catch text from a script file and to divide it into commands. |
| StringUtils |
Contains a set of function to manage string. |
| SubstituteVariable |
A utility class for substituting parts of Strings
e.g. |
| Validator |
It's like an "interface" between a centralized data manager and different
"clients". |
| ValidatorCluster |
It is a set of validators. |