Class OsgiPreferenceMetadataStore

java.lang.Object
org.eclipse.core.runtime.preferences.OsgiPreferenceMetadataStore
All Implemented Interfaces:
IPreferenceMetadataStore

public final class OsgiPreferenceMetadataStore extends Object implements IPreferenceMetadataStore
The preference store implementation that uses OSGi preference node as an enclosed storage.
Since:
3.8
See Also:
  • Constructor Details

    • OsgiPreferenceMetadataStore

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