Provides access to the OSGI runtime.
Method | Description |
---|---|
getBundle() | Get a bundle instance. |
installBundle() | Install a bundle from a given location. |
org.osgi.framework.Bundle getBundle(java.lang.String name)
Get a bundle instance. If the bundle is registered in the OSGI runtime, the bundle instance is returned
bundle instance or null
org.osgi.framework.Bundle installBundle(java.lang.String url)
Install a bundle from a given location.
bundle instance or null