Uses of Interface
org.eclipse.osgi.framework.adaptor.FrameworkAdaptor

Packages that use FrameworkAdaptor
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.internal.protocol   
org.eclipse.osgi.framework.launcher   
 

Uses of FrameworkAdaptor in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor that return FrameworkAdaptor
 FrameworkAdaptor EclipseStorageHook.getAdaptor()
           
 

Constructors in org.eclipse.core.runtime.internal.adaptor with parameters of type FrameworkAdaptor
PluginConverterImpl(FrameworkAdaptor adaptor, BundleContext context)
           
PluginParser(FrameworkAdaptor adaptor, BundleContext context, Version target)
           
 

Uses of FrameworkAdaptor in org.eclipse.osgi.baseadaptor
 

Classes in org.eclipse.osgi.baseadaptor that implement FrameworkAdaptor
 class BaseAdaptor
          A Framework adaptor implementation that allows additional functionality to be hooked in.
 

Uses of FrameworkAdaptor in org.eclipse.osgi.framework.internal.core
 

Fields in org.eclipse.osgi.framework.internal.core declared as FrameworkAdaptor
protected  FrameworkAdaptor Framework.adaptor
          FrameworkAdaptor specific functions.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type FrameworkAdaptor
protected  Framework OSGi.createFramework(FrameworkAdaptor adaptor)
          Create the internal framework object.
protected  void Framework.initialize(FrameworkAdaptor adaptor)
          Initialize the framework to an unlaunched state.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type FrameworkAdaptor
Framework(FrameworkAdaptor adaptor)
          Constructor for the Framework instance.
OSGi(FrameworkAdaptor adaptor)
          Constructs an OSGi object with the specified FrameworkAdaptor.
 

Uses of FrameworkAdaptor in org.eclipse.osgi.framework.internal.protocol
 

Fields in org.eclipse.osgi.framework.internal.protocol declared as FrameworkAdaptor
protected  FrameworkAdaptor MultiplexingFactory.adaptor
           
 

Methods in org.eclipse.osgi.framework.internal.protocol with parameters of type FrameworkAdaptor
 void ProtocolActivator.start(BundleContext context, FrameworkAdaptor adaptor)
           
 

Constructors in org.eclipse.osgi.framework.internal.protocol with parameters of type FrameworkAdaptor
ContentHandlerFactory(BundleContext context, FrameworkAdaptor adaptor)
           
StreamHandlerFactory(BundleContext context, FrameworkAdaptor adaptor)
          Create the factory.
 

Uses of FrameworkAdaptor in org.eclipse.osgi.framework.launcher
 

Methods in org.eclipse.osgi.framework.launcher that return FrameworkAdaptor
protected  FrameworkAdaptor Launcher.doAdaptor()
          Processes the -adaptor command line argument.