Uses of Interface
org.eclipse.osgi.framework.log.FrameworkLog

Packages that use FrameworkLog
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.signedcontent   
 

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

Methods in org.eclipse.core.runtime.internal.adaptor that return FrameworkLog
 FrameworkLog EclipseLazyStarter.createFrameworkLog()
           
 FrameworkLog EclipseErrorHandler.createFrameworkLog()
           
 FrameworkLog EclipseLogHook.createFrameworkLog()
           
 FrameworkLog EclipseAdaptorHook.createFrameworkLog()
           
 FrameworkLog EclipseLogFactory.getService(Bundle bundle, ServiceRegistration<FrameworkLog> registration)
           
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type FrameworkLog
 void EclipseLogFactory.ungetService(Bundle bundle, ServiceRegistration<FrameworkLog> registration, FrameworkLog service)
           
 

Method parameters in org.eclipse.core.runtime.internal.adaptor with type arguments of type FrameworkLog
 FrameworkLog EclipseLogFactory.getService(Bundle bundle, ServiceRegistration<FrameworkLog> registration)
           
 void EclipseLogFactory.ungetService(Bundle bundle, ServiceRegistration<FrameworkLog> registration, FrameworkLog service)
           
 

Constructors in org.eclipse.core.runtime.internal.adaptor with parameters of type FrameworkLog
EclipseAppLauncher(BundleContext context, boolean relaunch, boolean failOnNoDefault, FrameworkLog log)
           
 

Uses of FrameworkLog in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return FrameworkLog
 FrameworkLog BaseAdaptor.getFrameworkLog()
          This method calls all configured adaptor hook AdaptorHook.createFrameworkLog() methods until the first one returns a non-null value.
 

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

Methods in org.eclipse.osgi.baseadaptor.hooks that return FrameworkLog
 FrameworkLog AdaptorHook.createFrameworkLog()
          Gets called by the adaptor during FrameworkAdaptor.getFrameworkLog().
 

Uses of FrameworkLog in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return FrameworkLog
 FrameworkLog FrameworkAdaptor.getFrameworkLog()
          Returns the FrameworkLog for the FrameworkAdaptor.
 

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

Methods in org.eclipse.osgi.internal.baseadaptor that return FrameworkLog
 FrameworkLog BaseStorageHook.createFrameworkLog()
           
 

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

Methods in org.eclipse.osgi.internal.composite that return FrameworkLog
 FrameworkLog CompositeConfigurator.createFrameworkLog()
           
 

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

Methods in org.eclipse.osgi.internal.signedcontent that return FrameworkLog
 FrameworkLog SignedBundleHook.createFrameworkLog()
           
 



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