Package com.google.refine.preference
Class PreferenceStore
java.lang.Object
com.google.refine.preference.PreferenceStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeys()booleanisDirty()static ObjectloadObject(com.fasterxml.jackson.databind.JsonNode o) Mark the object as clean every time it is serialized.voidvoidsetEntries(com.fasterxml.jackson.databind.JsonNode entries)
-
Field Details
-
USER_METADATA_KEY
- See Also:
-
_prefs
-
-
Constructor Details
-
PreferenceStore
public PreferenceStore()
-
-
Method Details
-
put
-
get
-
getKeys
-
isDirty
public boolean isDirty()- Returns:
- true if the preference store has unsaved changes
-
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.- Returns:
-
setEntries
public void setEntries(com.fasterxml.jackson.databind.JsonNode entries) -
getEntries
-
loadObject
-