| Class | Description |
|---|---|
| AcsCWD |
Class that gives access to the current working directory, effectively encapsulating the "user.dir" property.
|
| AcsFileFinderForDirectories |
Finds a specific file in the directory structure
made up of logically overlaid directories
with roots at $INTROOT, $INTLIST, $ACSROOT,
as specified in the system property
acs.system.path. |
| AcsLocations |
Provides some support for dealing with manager references and corbalocs.
|
| ACSPorts |
Used to figure out the dynamic ports ACS is running under.
|
| CmdLineArgs |
Deals with commandline options (
String[] args),
for example to merge several sets of option specifications. |
| CmdLineOption |
Class that represents a command line option for
CmdLineArgs. |
| CmdLineRegisteredOption |
Used both for declaration of possible cmd line options,
as well as to hold actual values
|
| IorParser |
Code provided by msekoran, mschilli added method parse(String).
|
| IsoDateFormat |
ISO 8601 date format.
|
| MemoryUtil | |
| ProcessStreamGobbler |
Continuously reads the stdout and stderr streams of
Process in separate threads,
so that the OS will not block out the JVM, as it could otherwise happen if lines are read from these streams sequentially in one thread. |
| ReaderExtractor |
Helper class that reads all
chars from a Reader object
and returns them as a String. |
| StopWatch |
Class that facilitates elapsed-time runtime profiling.
|
| StringOutputStream |
Is for
OutputStreams what StringWriter
is for Writers. |
| UTCUtility |
Converts UTC times of different epochs.
|
| XmlNormalizer |
Normalizes XML data by escaping special characters such as '&' or ' <'.
|