Package | Description |
---|---|
org.nuxeo.osgi | |
org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemBundle |
Modifier and Type | Field and Description |
---|---|
protected BundleImpl |
BundleRegistration.bundle |
Modifier and Type | Method and Description |
---|---|
BundleImpl |
BundleRegistry.getBundle(long id) |
BundleImpl |
OSGiAdapter.getBundle(String symbolicName) |
BundleImpl |
BundleRegistry.getBundle(String symbolicName) |
BundleImpl[] |
BundleRegistry.getFragments(String symbolicName) |
BundleImpl[] |
OSGiAdapter.getInstalledBundles() |
BundleImpl[] |
BundleRegistry.getInstalledBundles() |
Modifier and Type | Method and Description |
---|---|
void |
OSGiAdapter.install(BundleImpl bundle) |
void |
BundleRegistry.install(BundleImpl bundle) |
void |
OSGiAdapter.uninstall(BundleImpl bundle) |
void |
BundleRegistry.uninstall(BundleImpl bundle) |
Constructor and Description |
---|
BundleRegistration(BundleImpl bundle) |
OSGiBundleContext(BundleImpl bundle) |
Modifier and Type | Class and Description |
---|---|
class |
RootRuntimeBundle |
Copyright © 2015 Nuxeo SA. All rights reserved.