public class OptionsCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<StaticCache> |
cacheList
The list of caches for classes with Options annotations.
|
Constructor and Description |
---|
OptionsCache()
Creates an object for caching the state of command-line arguments.
|
Modifier and Type | Method and Description |
---|---|
void |
printState()
Prints the saved state of all command-line arguments.
|
void |
restoreState()
Restores the previously saved state of the command-line arguments.
|
void |
saveState()
Saves the state of all command-line arguments.
|
private final java.util.List<StaticCache> cacheList