Interface PersistenceManager

    • Method Detail

      • restoreSettings

        void restoreSettings​(SettingsOwner settingsOwner)
        Restore the persisted settings into the root settings owner.
        Parameters:
        settingsOwner - Root of the settings owner hierarchy
      • persistSettings

        void persistSettings​(SettingsOwner settingsOwner)
        Save the settings from the tree rooted at the [settingsOwner] somewhere for the next runs.
        Parameters:
        settingsOwner - Root of the settings owner hierarchy