| Interface | Description |
|---|---|
| IObjectManager | |
| IRegistryConstants | |
| KeyedElement |
| Class | Description |
|---|---|
| BaseExtensionHandle |
This is the copy of the ExtensionHandle minus the getDeclaringPluginDescriptor()
method that was moved into compatibility plugin.
|
| BaseExtensionPointHandle |
This is the copy of the ExtensionPointHandle minus the getDeclaringPluginDescriptor()
method that was moved into compatibility plugin.
|
| BufferedRandomInputStream |
Provides buffered read from a java.io.RandomAccessFile.
|
| CombinedEventDelta |
The class stores extensions and extensions points that have been actually
modified by a registry operation.
|
| ConfigurationElement |
An object which represents the user-defined contents of an extension
in a plug-in manifest.
|
| ConfigurationElementHandle | |
| ConfigurationElementMulti |
An object which represents the user-defined contents of an extension
in a plug-in manifest.
|
| Contribution | |
| DirectMap |
Essentially a map String -> String[] for small number of keys.
|
| Extension |
An object which represents the user-defined extension in a plug-in manifest.
|
| ExtensionDelta | |
| ExtensionHandle |
The code (minus the getDeclaringPluginDescriptor() was moved into
the BaseExtensionPointHandle to avoid duplicating code in the
compatibility fragment.
|
| ExtensionMulti |
A multi-language version of the ExtensionPoint
|
| ExtensionPoint |
An object which represents the user-defined extension point in a
plug-in manifest.
|
| ExtensionPointHandle |
The code (minus the getDeclaringPluginDescriptor() was moved into
the BaseExtensionPointHandle to avoid duplicating code in the
compatibility fragment.
|
| ExtensionPointMulti |
A multi-language version of the ExtensionPoint
|
| ExtensionRegistry |
An implementation for the extension registry API.
|
| ExtensionsParser | |
| Handle |
A handle is the super class to all registry objects that are now served to users.
|
| HashtableOfStringAndInt |
Hashtable of {String --> int }
|
| KeyedHashSet |
Note this is a copy of a data structure from OSGi, package
org.eclipse.osgi.framework.internal.core.
|
| OffsetTable |
This table stores file offsets for cached registry objects.
|
| ReadWriteMonitor |
Monitor ensuring no more than one writer working concurrently.
|
| ReferenceMap |
Hashtable-based map with integer keys that allows values to be removed
by the garbage collector.
|
| RegistryChangeEvent |
A registry change event implementation.
|
| RegistryDelta |
The extension deltas are grouped by namespace.
|
| RegistryIndexChildren | |
| RegistryIndexElement | |
| RegistryMessages | |
| RegistryObject |
An object which has the general characteristics of all the nestable elements
in a plug-in manifest.
|
| RegistryObjectFactory |
A factory method for the creation of the registry objects.
|
| RegistryObjectFactoryMulti |
A factory method for the creation of the registry objects for
registries supporting multiple languages.
|
| RegistryObjectManager |
This class manage all the object from the registry but does not deal with their dependencies.
|
| RegistryProperties |
Simple Property mechanism to chain property lookup from local registry properties,
to BundleContext properties (if available) or System properties otherwise.
|
| RegistryProviderFactory | |
| RegistrySupport |
Simple implementation if the registry support functionality.
|
| RegistryTimestamp |
Aggregated registry timestamp.
|
| TableReader | |
| TableWriter | |
| TemporaryObjectManager | |
| ThirdLevelConfigurationElementHandle |