Class ActiveFlags

    • Method Detail

      • reset

        public static void reset()
      • getAllFlags

        public static List<Flag> getAllFlags()
      • availableProperties

        public static Set<Flag> availableProperties()
      • storeState

        public static List<Flag> storeState()
        Creates a deep copy of the flags collection.
        Returns:
        a deep copy of the flags
      • loadState

        public static void loadState​(List<Flag> flags)
        Loads the argument into the current list of flags. This will update any matching flags and assign values correpon
        Parameters:
        flags -