Class EclipseIniLauncher.Running
java.lang.Object
com.diffplug.gradle.eclipserunner.EclipseIniLauncher.Running
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- EclipseIniLauncher
Represents a running instance of the equinox
OSGi container. Shuts down the container when
you call
close().-
Method Summary
Modifier and TypeMethodDescriptionorg.osgi.framework.BundleContextTheBundleContextof the running eclipse instance.voidclose()Shutsdown the eclipse instance.
-
Method Details
-
bundleContext
public org.osgi.framework.BundleContext bundleContext()TheBundleContextof the running eclipse instance. -
close
Shutsdown the eclipse instance.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-