|
Class Summary |
| BitSetGenerator |
|
| BufferedFileWriter |
Creates new, or opens existing, file of the specified name and
* optionally appends new entries to the end. |
| Cookie |
This class is particularly useful for maintaining state information among
* Java applets on different web pages in a single browser based application. |
| DataFormatter |
This class provides static utility methods for the formatting
* of object data. |
| Encryptor |
Static methods to encapsulate and simplify the process of
creating encrypted values, as well as translating encrypted
values created by this class back to their decrypted
form. |
| Enum |
Base class implementing all Enum features. |
| HTMLPage |
Helper class for programatic generation of HTML pages. |
| IndentStringBuffer |
This class serves as a place to build indented lines,
* organized into levels, like when writing code. |
| InitializableBitSet |
|
| Introspect |
|
| JunctionStream |
Superclass to route a single PrintStream to multiple recipients. |
| LogFile |
Creates new, or opens existing, log file of the specified name and
* appends new entries (with the current date and time) to the end. |
| Padding |
|
| ParseApplicationLog |
ParseApplicationLog.java
* This program serves as a utility to parse the log files created by
* the Jini Application Services. |
| ParseDatabaseLog |
ParseDatabaseLog.java
* This program serves as a utility to parse the log files created by
* the Jini DatabaseServices. |
| ParseLog |
ParseLog.java
* This program serves as a utility to parse the HTML log files, created
* by the Java services, and provide a few useful statistics. |
| PropertiesEditor |
This class is a simple, low-budget, editor for property
files containing encrypted values. |
| PropertiesFactory |
Use this class to open a properties file and obtain a Properties
* Object to work with. |
| ReadOnlyIterator |
Wrapper class for an Iterator that removes the ability to
* successfully call the remove() method. |
| Scaffolding |
This class is to help in creating levels of debug messages within
* code. |
| TemporalSet |
A synchronized class that periodically checks to determine whether or
* not elements in its set should still be present within it. |
| TextSavingServer |
This class simply receives text on the port 9100 and
* saves the result to the specified file, or message.txt
* in the current directory if no filename is specified. |
| TimeConverter |
Helper class to convert typical hours, minutes
* and seconds into milliseconds. |
| UnionStream |
|
| UtcDate |
This class serves as a simple means to work with datetime in a UTC format. |
| Validator |
This class contains a collection of static methods that can
* be used to validate various data entry input including
* Social Security Numbers
* Dates
* Blank Input
*
* For GUIs, a popup window can present itself until valid
* input is provided. |