Interface IPersistentPreferenceStore

All Superinterfaces:
IPreferenceStore
All Known Implementing Classes:
PreferenceStore, ScopedPreferenceStore

public interface IPersistentPreferenceStore extends IPreferenceStore
IPersistentPreferenceStore is a preference store that can be saved.
  • Method Details

    • save

      void save() throws IOException
      Saves the non-default-valued preferences known to this preference store to the file from which they were originally loaded.
      Throws:
      IOException - if there is a problem saving this store