Class PreferenceStore


  • public class PreferenceStore
    extends Object
    • Constructor Detail

      • PreferenceStore

        public PreferenceStore()
    • Method Detail

      • isDirty

        public boolean isDirty()
        Returns:
        true if the preference store has unsaved changes
      • markAsClean

        public Integer markAsClean()
        Mark the object as clean every time it is serialized. This behaviour is not very clean - it is inherited from the previous deserialization code.
      • setEntries

        public void setEntries​(com.fasterxml.jackson.databind.JsonNode entries)
      • loadObject

        public static Object loadObject​(com.fasterxml.jackson.databind.JsonNode o)