Uses of Class
org.eclipse.osgi.baseadaptor.BaseAdaptor

Packages that use BaseAdaptor
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.internal.protocol.bundleentry   
org.eclipse.osgi.framework.internal.protocol.bundleresource   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.signedcontent   
 

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

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type BaseAdaptor
 void EclipseLazyStarter.initialize(BaseAdaptor baseAdaptor)
           
 void EclipseErrorHandler.initialize(BaseAdaptor initAdaptor)
           
 void EclipseLogHook.initialize(BaseAdaptor initAdaptor)
           
 void EclipseAdaptorHook.initialize(BaseAdaptor initAdaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BaseAdaptor
 BaseAdaptor HookRegistry.getAdaptor()
          Returns the base adaptor associated with this hook registry.
 BaseAdaptor BaseData.getAdaptor()
          Returns the adaptor for this BaseData
 

Constructors in org.eclipse.osgi.baseadaptor with parameters of type BaseAdaptor
BaseData(long id, BaseAdaptor adaptor)
          Constructs a new BaseData with the specified id for the specified adaptor
HookRegistry(BaseAdaptor adaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BaseAdaptor
 void AdaptorHook.initialize(BaseAdaptor adaptor)
          Gets called by the adaptor during FrameworkAdaptor.initialize(EventPublisher).
 

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

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BaseAdaptor
BundleResourceHandler(BundleEntry bundleEntry, BaseAdaptor adaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.framework.internal.protocol.bundleentry
 

Constructors in org.eclipse.osgi.framework.internal.protocol.bundleentry with parameters of type BaseAdaptor
Handler(BundleEntry bundleEntry, BaseAdaptor adaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.framework.internal.protocol.bundleresource
 

Constructors in org.eclipse.osgi.framework.internal.protocol.bundleresource with parameters of type BaseAdaptor
Handler(BundleEntry bundleEntry, BaseAdaptor adaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.internal.baseadaptor
 

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BaseAdaptor
 void BaseStorage.initialize(BaseAdaptor initAdaptor)
           
 void BaseStorageHook.initialize(BaseAdaptor adaptor)
           
 

Constructors in org.eclipse.osgi.internal.baseadaptor with parameters of type BaseAdaptor
SystemBundleData(BaseAdaptor adaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.internal.composite
 

Methods in org.eclipse.osgi.internal.composite with parameters of type BaseAdaptor
 void CompositeConfigurator.initialize(BaseAdaptor initAdaptor)
           
 

Uses of BaseAdaptor in org.eclipse.osgi.internal.signedcontent
 

Methods in org.eclipse.osgi.internal.signedcontent with parameters of type BaseAdaptor
 void SignedBundleHook.initialize(BaseAdaptor adaptor)
           
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.