| Class | Description |
|---|---|
| CommandLineReader |
Tool class that allows to analyze command line arguments that have been passed to an application.
|
| HTMLTruncater |
Truncates HTML formatted text after a specific number of characters (not including characters that are part
of an HTML tag) while preserving a valid HTML structure.
The initial code came from http://stackoverflow.com/questions/2496372/html-truncator-in-java and was posted by http://stackoverflow.com/users/1045305/scott-brady. |
| IntegerIDManager |
A tool class that creates unique
int IDs. |
| LongIDManager |
A tool class that creates unique
long IDs. |
| Math2 |
Provides static methods implementing mathematical functions not present in
java.lang.Math. |
| ProgramMainClass |
Main classes of applications providing a global
Preferences and ApplicationVersion
object can be inherited from this class. |
| RandomValues |
Tool class that offers a set of methods generating random numbers and strings or performing
random operations on lists.
|
| SystemUtils |
An extension of the apache commons class
SystemUtils. |