| Class | Description |
|---|---|
| BooleanVar |
The BooleanVar class provides for the storage of a boolean value that can be
changed.
|
| Callback |
This class provides a convenient way to manage and invoke callbacks on objects.
|
| ConsoleRuleTracer | |
| DeltaUtil |
The DeltaUtil takes two Dark Matter Objects and determines the
differences between them.
|
| DmcInputStream | |
| DmcOutputStream |
The DmcOutputStream implements the DmcOutputStreamIF to allow Dark Matter Objects
to be serialized to a DataOutputStream.
|
| DmcTraceableInputStream | |
| DmcTraceableOutputStream | |
| FileUpdateManager |
The FileUpdateManager is a code generation helper class that will only replace an
existing file if the newly generated file is different from a previously generated
one.
|
| LinkedBlockingQueue<E> |
An optionally-bounded blocking queue based on
linked nodes.
|
| ManagedFileWriter |
The ManagedFileWriter just provides us with a convenient mechanism to notify the
FileUpdateManager that a generated file has been closed.
|
| UtilityOptions |
The UtilityOptions class provides a singleton that contains flags to control various
levels of feedback output from utilities such as DmoGen and DmgGen.
|
Copyright © 2023. All rights reserved.