Uses of Interface
org.eclipse.osgi.baseadaptor.hooks.AdaptorHook

Packages that use AdaptorHook
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.signedcontent   
 

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

Classes in org.eclipse.core.runtime.internal.adaptor that implement AdaptorHook
 class EclipseAdaptorHook
           
 class EclipseErrorHandler
           
 class EclipseLazyStarter
           
 class EclipseLogHook
           
 

Uses of AdaptorHook in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return AdaptorHook
 AdaptorHook[] HookRegistry.getAdaptorHooks()
          Returns the list of configured adaptor hooks.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type AdaptorHook
 void HookRegistry.addAdaptorHook(AdaptorHook adaptorHook)
          Adds a adaptor hook to this hook registry.
 

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

Classes in org.eclipse.osgi.internal.baseadaptor that implement AdaptorHook
 class BaseStorageHook
           
 

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

Classes in org.eclipse.osgi.internal.composite that implement AdaptorHook
 class CompositeConfigurator
           
 

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

Classes in org.eclipse.osgi.internal.signedcontent that implement AdaptorHook
 class SignedBundleHook
          Implements signed bundle hook support for the framework
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.