Class OsgiPreferenceMetadataStore

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <V> boolean handles​(java.lang.Class<V> valueType)
      Checks if this value type can be handled by this preference store.
      <V> V load​(PreferenceMetadata<V> preference)
      Loads the value of specified preference from an enclosed storage.
      <V> void save​(V value, PreferenceMetadata<V> preference)
      Saves the value of specified preference to the enclosed storage.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OsgiPreferenceMetadataStore

        public OsgiPreferenceMetadataStore​(IEclipsePreferences preferences)
        Parameters:
        preferences - the OSGi preference node, must not be null