|
Class Summary |
| BooleanHolder |
Holds a boolean so it can be returned as an output parameter
of a method. |
| CmdLineParser |
Parses command lines that are passed to a Java main method. |
| CommandLine |
A simple command line parser for use with the string array passed
to main methods. |
| Enum |
An abstract base class for "enum" classes. |
| IntHolder |
Holds an int so it can be returned as an output parameter
of a method. |
| MicrosoftError |
Converts a Microsoft (C++) error code to a string. |
| StringUtils |
Miscellaneous string utility functions that weren't included in Java's
String class. |
| SystemUtils |
Assorted system-level utilities. |
| TimeLimit |
Sets a time limit and throws an exception when it expires. |