Modifier and Type | Method and Description |
---|---|
FrameworkLog |
EclipseLazyStarter.createFrameworkLog() |
FrameworkLog |
EclipseLogHook.createFrameworkLog() |
FrameworkLog |
EclipseAdaptorHook.createFrameworkLog() |
FrameworkLog |
EclipseErrorHandler.createFrameworkLog() |
FrameworkLog |
EclipseLogFactory.getService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration) |
Modifier and Type | Method and Description |
---|---|
void |
EclipseLogFactory.ungetService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration,
FrameworkLog service) |
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
EclipseLogFactory.getService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration) |
void |
EclipseLogFactory.ungetService(Bundle bundle,
ServiceRegistration<FrameworkLog> registration,
FrameworkLog service) |
Constructor and Description |
---|
EclipseAppLauncher(BundleContext context,
boolean relaunch,
boolean failOnNoDefault,
FrameworkLog log) |
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
BaseAdaptor.getFrameworkLog()
This method calls all configured adaptor hook
AdaptorHook.createFrameworkLog() methods
until the first one returns a non-null value. |
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
AdaptorHook.createFrameworkLog()
Gets called by the adaptor during
FrameworkAdaptor.getFrameworkLog() . |
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
FrameworkAdaptor.getFrameworkLog()
Returns the FrameworkLog for the FrameworkAdaptor.
|
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
BaseStorageHook.createFrameworkLog() |
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
CompositeConfigurator.createFrameworkLog() |
Modifier and Type | Method and Description |
---|---|
FrameworkLog |
SignedBundleHook.createFrameworkLog() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.