Package randoop.main
Class OptionsCache
- java.lang.Object
-
- randoop.main.OptionsCache
-
public class OptionsCache extends Object
Manages the static state of Randoop classes with Options annotations.
-
-
Field Summary
Fields Modifier and Type Field Description private List<StaticCache>
cacheList
The list of caches for classes with Options annotations.
-
Constructor Summary
Constructors Constructor Description OptionsCache()
Creates an object for caching the state of command-line arguments.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
cacheList
private final List<StaticCache> cacheList
The list of caches for classes with Options annotations.
-
-