public class EquinoxLauncher.Running extends Object implements AutoCloseable
Represents a running instance of the equinox OSGi container. Shuts down the container when you call close().
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.BundleContext |
bundleContext()
The
BundleContext of the running eclipse instance. |
void |
close()
Shutsdown the eclipse instance.
|
public org.osgi.framework.BundleContext bundleContext()
The BundleContext of the running eclipse instance.
public void close()
throws Exception
Shutsdown the eclipse instance.
close in interface AutoCloseableException