Package org.fedoraproject.p2.osgi
Interface OSGiFramework
-
- All Known Implementing Classes:
DefaultOSGiFramework
public interface OSGiFramework
Allows Eclipse Equinox OSGi framework to be embedded in the running JVM.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.osgi.framework.BundleContext
getBundleContext()
Obtain bundle context of embedded OSGi framework.
-