public abstract static class EMFPlugin.OSGiDelegatingBundleActivator
extends java.lang.Object
create method for creating the delegate.
Any exception thrown during creation of the delegate is ignored,
in which case this activator does nothing for start and stop.
The idea is to provide a bundle activator that can delegate to an Equinox-dependent bundle activator,
but behaves gracefully in a non-Equinox OSGi implementation.| Constructor and Description |
|---|
OSGiDelegatingBundleActivator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BundleActivator |
createBundle() |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature