| Class | Description |
|---|---|
| Base64 |
A Base64 Encoder/Decoder.
|
| CommandLine |
A class for parsing command line arguments in a GNU-like way.
|
| CommandLine.ParseResult |
This class is used to store the result of a command line parse.
|
| CommandLine.ResponseFileExpander |
This class expands a response file.
|
| CommandLine.ValidOptions |
This class is used to store and check which options are valid.
|
| CordysClassPath |
This Class prints the classpath to the console that is helpful for running
the SOAP Processors.
|
| CordysConstants |
Utility class to hold Cordys specific and Web Services related common
constants like SOAP namespaces etc..
|
| EncryptProfile | |
| LinkedList | |
| MRUCache<KeyType,ValueType> |
This class contains functionality for a Cache, based on a
Most Recently Used algorithm.
|
| Queue |
This class contains Blocking Queue functionality.
|
| Random |
This class provides some 'random' like utilities not available in the standard Java libraries.
|
| SleepWrapper |
Rounds the given sleep-period to an approriate value so that if the Operating System is Windows the
timer precision is not set too often.
|
| StringSorter | |
| UTC | Deprecated
since Cordys 4.2 C2
|
| UTFEncode |
| Exception | Description |
|---|---|
| CommandLine.ParseException |
An Exception thrown by the CommandLine class.
|