Package org.nuxeo.osgi
Class BundleRegistry
java.lang.Object
org.nuxeo.osgi.BundleRegistry
- Author:
- Bogdan Stefanescu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBundleAlias
(String alias, String symbolicName) protected void
protected void
getBundle
(long id) getFragments
(String symbolicName) void
install
(BundleImpl bundle) void
shutdown()
void
uninstall
(BundleImpl bundle) protected void
-
Constructor Details
-
BundleRegistry
public BundleRegistry()
-
-
Method Details
-
addBundleAlias
-
getBundle
-
getBundle
-
getFragments
- Since:
- 5.6
-
getInstalledBundles
-
install
- Throws:
org.osgi.framework.BundleException
-
uninstall
- Throws:
org.osgi.framework.BundleException
-
unregister
- Throws:
org.osgi.framework.BundleException
-
doPostpone
-
doRegister
- Throws:
org.osgi.framework.BundleException
-
shutdown
public void shutdown()
-