Package org.exolab.adaptx.util
| Interface Summary |
| ErrorObserver |
A simple interface that allows warnings and errors to
be reported.
|
| Iterator |
An implementation of the JDK 1.2 Iterator interface.
|
| Class Summary |
| CommandLineOptions |
A utility class for generating command line options
|
| ConsoleDialog |
A simple utility class to handle command line dialogs
|
| ErrorObserverAdapter |
An adapter which allows adding and removing error observers
|
| HashMap |
My implementation of a JDK 1.2 Map. |
| JakartaAntAdapter |
A utility class which allows Adaptx to be used as the
XSLT Processor for the Jakarta ANT build utility.
|
| List |
This is my implementation of the JDK 1.2 List interface.
|
| ListStack |
A representation of a Stack that does not use Synchronization.
|
| NestedIOException |
An exception that is used to signal I/O errors which are
caused by other exceptions. |
| NestedRuntimeException |
A RuntimeException class which can hold another Exception.
|
| OrderedMap |
A simple String to Object mapping which preserves order |
| QuickStack |
A representation of a Stack that does not use Synchronization.
|
| QuickStack.StackIterator | |
| Tokenizer |
Splits a String into tokens using a specified set of
String delimiters. |