|
Class Summary |
| AbstractFactory |
base class for factories which support runtime class hierarchy
definitions. |
| Bench |
utility class for benchmarking code. |
| DocumentFactory |
An xml factory, used for creating and obtaining Document objects. |
| FileManager |
provides utilities for reading and writing files to disk |
| Log |
Logs exceptions, important events, etc. |
| OsManager |
knows whether or not we are currently operating
###
We can use the following: System.getProperty( "os.name" )
and compare the return string with 'Linux', 'Solaris', 'Windows', etc. |
| Prefs |
delegates to some implementation of runtime prefs. |
| PrefsPrintWriter |
a print writer which prints based on whether or not a certain pref is set. |
| RemoteLog |
allows clients to synchronize their output with messages being printed on the server. |
| RemoteLogListener |
Listens to appserver logging based on prefs. |
| RemotePrefs |
enables remote manipulation of server prefs at runtime. |
| RuntimePrefsImpl |
Prefs manage all run-time describable attributes the system needs. |
| StringHelper |
Utility class to help with String manipulation |
| SystemState |
answers questions about the current state of the system, like are we on a Windows machine,
is this a production run, development, or QA, etc. |