META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/eclipse/core/
org/eclipse/core/runtime/
org/eclipse/core/internal/
org/eclipse/core/internal/registry/
org/eclipse/core/runtime/IExtension.class
IExtension.java
package org.eclipse.core.runtime
public abstract org.eclipse.core.runtime.IExtension extends java.lang.Object {
	public abstract org.eclipse.core.runtime.IConfigurationElement[] getConfigurationElements ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getNamespace ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getNamespaceIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract org.eclipse.core.runtime.IContributor getContributor ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getExtensionPointUniqueIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getLabel ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getLabel (java.lang.String)  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getSimpleIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getUniqueIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract boolean equals (java.lang.Object) 
	public abstract boolean isValid () 
	public abstract org.eclipse.core.runtime.IPluginDescriptor getDeclaringPluginDescriptor ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
}

org/eclipse/core/runtime/IPluginDescriptor.class
IPluginDescriptor.java
package org.eclipse.core.runtime
public abstract org.eclipse.core.runtime.IPluginDescriptor extends java.lang.Object {
	public abstract org.eclipse.core.runtime.IExtension getExtension (java.lang.String) 
	public abstract org.eclipse.core.runtime.IExtensionPoint getExtensionPoint (java.lang.String) 
	public abstract org.eclipse.core.runtime.IExtensionPoint[] getExtensionPoints () 
	public abstract org.eclipse.core.runtime.IExtension[] getExtensions () 
	public abstract java.net.URL getInstallURL () 
	public abstract java.lang.String getLabel () 
	public abstract org.eclipse.core.runtime.Plugin getPlugin ()  throws org.eclipse.core.runtime.CoreException 
	public abstract java.lang.ClassLoader getPluginClassLoader () 
	public abstract org.eclipse.core.runtime.IPluginPrerequisite[] getPluginPrerequisites () 
	public abstract java.lang.String getProviderName () 
	public abstract java.util.ResourceBundle getResourceBundle ()  throws java.util.MissingResourceException 
	public abstract java.lang.String getResourceString (java.lang.String) 
	public abstract java.lang.String getResourceString (java.lang.String, java.util.ResourceBundle) 
	public abstract org.eclipse.core.runtime.ILibrary[] getRuntimeLibraries () 
	public abstract java.lang.String getUniqueIdentifier () 
	public abstract org.eclipse.core.runtime.PluginVersionIdentifier getVersionIdentifier () 
	public abstract boolean isPluginActivated () 
	public abstract java.net.URL find (org.eclipse.core.runtime.IPath) 
	public abstract java.net.URL find (org.eclipse.core.runtime.IPath, java.util.Map) 
}

org/eclipse/core/runtime/IExtensionPoint.class
IExtensionPoint.java
package org.eclipse.core.runtime
public abstract org.eclipse.core.runtime.IExtensionPoint extends java.lang.Object {
	public abstract org.eclipse.core.runtime.IConfigurationElement[] getConfigurationElements ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getNamespace ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getNamespaceIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract org.eclipse.core.runtime.IContributor getContributor ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract org.eclipse.core.runtime.IExtension getExtension (java.lang.String)  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract org.eclipse.core.runtime.IExtension[] getExtensions ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getLabel ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getLabel (java.lang.String)  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getSchemaReference ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getSimpleIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract java.lang.String getUniqueIdentifier ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
	public abstract boolean equals (java.lang.Object) 
	public abstract boolean isValid () 
	public abstract org.eclipse.core.runtime.IPluginDescriptor getDeclaringPluginDescriptor ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
}

org/eclipse/core/internal/registry/RegistryCompatibilityHelper.class
RegistryCompatibilityHelper.java
package org.eclipse.core.internal.registry
public org.eclipse.core.internal.registry.RegistryCompatibilityHelper extends java.lang.Object {
	public static final String PI_RUNTIME_COMPATIBILITY
	private static org.osgi.framework.Bundle compatibility
	static Class class$0
	static void  () 
	public void  () 
	public static synchronized org.osgi.framework.Bundle initializeCompatibility () 
	public static synchronized org.eclipse.core.runtime.IPluginDescriptor getPluginDescriptor (java.lang.String) 
		String pluginId
		Class oldInternalPlatform
		java.lang.reflect.Method getPluginDescriptor
}

org/eclipse/core/internal/registry/ExtensionPointHandle.class
ExtensionPointHandle.java
package org.eclipse.core.internal.registry
public org.eclipse.core.internal.registry.ExtensionPointHandle extends org.eclipse.core.internal.registry.BaseExtensionPointHandle {
	static final org.eclipse.core.internal.registry.ExtensionPointHandle[] EMPTY_ARRAY
	static void  () 
	public void  (org.eclipse.core.internal.registry.IObjectManager, int) 
		org.eclipse.core.internal.registry.IObjectManager objectManager
		int id
	public org.eclipse.core.runtime.IPluginDescriptor getDeclaringPluginDescriptor () 
}

org/eclipse/core/internal/registry/BundleHelper.class
BundleHelper.java
package org.eclipse.core.internal.registry
public org.eclipse.core.internal.registry.BundleHelper extends java.lang.Object {
	private org.osgi.util.tracker.ServiceTracker bundleTracker
	private static final org.eclipse.core.internal.registry.BundleHelper singleton
	static Class class$0
	static void  () 
	public static org.eclipse.core.internal.registry.BundleHelper getDefault () 
	private void  () 
	private org.osgi.service.packageadmin.PackageAdmin getPackageAdmin () 
	public org.osgi.framework.Bundle getBundle (java.lang.String) 
		String symbolicName
		org.osgi.service.packageadmin.PackageAdmin packageAdmin
		org.osgi.framework.Bundle[] bundles
		int i
	public org.osgi.framework.Bundle[] getHosts (org.osgi.framework.Bundle) 
		org.osgi.framework.Bundle bundle
		org.osgi.service.packageadmin.PackageAdmin packageAdmin
}

org/eclipse/core/internal/registry/ExtensionHandle.class
ExtensionHandle.java
package org.eclipse.core.internal.registry
public org.eclipse.core.internal.registry.ExtensionHandle extends org.eclipse.core.internal.registry.BaseExtensionHandle {
	static final org.eclipse.core.internal.registry.ExtensionHandle[] EMPTY_ARRAY
	static void  () 
	public void  (org.eclipse.core.internal.registry.IObjectManager, int) 
		org.eclipse.core.internal.registry.IObjectManager objectManager
		int id
	public org.eclipse.core.runtime.IPluginDescriptor getDeclaringPluginDescriptor ()  throws org.eclipse.core.runtime.InvalidRegistryObjectException 
		String namespace
		org.eclipse.core.runtime.IPluginDescriptor result
		org.osgi.framework.Bundle underlyingBundle
		org.osgi.framework.Bundle[] hosts
}