Package randoop.main

Class OptionsCache


  • public class OptionsCache
    extends Object
    Manages the static state of Randoop classes with Options annotations.
    • Field Detail

      • cacheList

        private final List<StaticCache> cacheList
        The list of caches for classes with Options annotations.
    • Constructor Detail

      • OptionsCache

        public OptionsCache()
        Creates an object for caching the state of command-line arguments.
    • Method Detail

      • printState

        public void printState()
        Prints the saved state of all command-line arguments.
      • saveState

        public void saveState()
        Saves the state of all command-line arguments.
      • restoreState

        public void restoreState()
        Restores the previously saved state of the command-line arguments.