| Interface | Description |
|---|---|
| IPreferencesConstants |
Container for the constants used by this plugin.
|
| Class | Description |
|---|---|
| AbstractScope |
Abstract super-class for scope context object contributed
by the Platform.
|
| Activator |
The Preferences bundle activator.
|
| Base64 | |
| BundleDefaultPreferences |
This class represents a preference node in the "bundle_defaults" scope.
|
| ConfigurationPreferences | |
| DefaultPreferences | |
| EclipsePreferences |
Represents a node in the Eclipse preference node hierarchy.
|
| ExportedPreferences | |
| ImmutableMap |
Hash table of {String --> String}.
|
| InstancePreferences | |
| LookupOrder |
Object used to store the look-up order for preference
scope searching.
|
| OSGiPreferencesServiceImpl |
Implements OSGi PreferencesService using the Eclipse preference system.
|
| OSGiPreferencesServiceManager |
Class used to manage OSGi Preferences Service.
|
| PreferenceServiceRegistryHelper |
Class which handles all registry-related work for the preferences.
|
| PreferencesOSGiUtils |
This class contains a set of helper OSGI methods for the Preferences plugin.
|
| PreferencesService | |
| PrefsMessages | |
| RootPreferences | |
| SafeFileInputStream |
Given a target and a temporary locations, it tries to read the contents
from the target.
|
| SafeFileOutputStream |
This class should be used when there's a file already in the
destination and we don't want to lose its contents if a
failure writing this stream happens.
|
| ScopeDescriptor | |
| SortedProperties |
A
Properties class whose entries are sorted by key; can only be used in limited scenarios
like storing properties to a file. |
| StringPool |
A string pool is used for sharing strings in a way that eliminates duplicate
equal strings.
|
| TestHelper |