org.eclipse.core.runtime.adaptor.EclipseBundleData The BundleData implementation used Eclipse. <p> Clients may extend this class. </p> @since 3.1 Maybe for consistency should it be overriden to do nothing. See also EclipseAdaptor.saveMetadataFor(BundleData)
org.apache.commons.discovery.resource.names.DiscoverNamesInDictionary Recover resources from a Dictionary. This covers Properties as well, since <code>Properties extends Hashtable extends Dictionary</code>. The recovered value is expected to be either a <code>String</code> or a <code>String[]</code>. @author Richard A. Sitze
org.eclipse.osgi.internal.resolver.StateWriter objectTable will be a hashmap of objects. The objects will be things like BundleDescription, ExportPackageDescription, Version etc.. The integer index value will be used in the cache to allow cross-references in the cached state. return the index of the object just added (i.e. size - 1) add this ob ...
org.eclipse.core.runtime.adaptor.EclipseStarter Special startup class for the Eclipse Platform. This class cannot be instantiated; all functionality is provided by static methods. <p> The Eclipse Platform makes heavy use of Java class loaders for loading plug-ins. Even the Eclipse Runtime itself and the OSGi framework need to be loaded by ...