public class BundleRegistry extends Object
Constructor and Description |
---|
BundleRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addBundleAlias(String alias,
String symbolicName) |
BundleImpl |
getBundle(long id) |
BundleImpl |
getBundle(String symbolicName) |
BundleImpl[] |
getFragments(String symbolicName) |
BundleImpl[] |
getInstalledBundles() |
void |
install(BundleImpl bundle) |
void |
shutdown() |
void |
uninstall(BundleImpl bundle) |
public BundleImpl getBundle(long id)
public BundleImpl getBundle(String symbolicName)
public BundleImpl[] getFragments(String symbolicName)
public BundleImpl[] getInstalledBundles()
public void install(BundleImpl bundle) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
public void uninstall(BundleImpl bundle) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
public void shutdown()
Copyright © 2013 Nuxeo SA. All Rights Reserved.