Package | Description |
---|---|
org.nuxeo.osgi | |
org.nuxeo.osgi.application | |
org.nuxeo.osgi.application.client | |
org.nuxeo.osgi.application.loader | |
org.nuxeo.osgi.services | |
org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
org.nuxeo.runtime.test.runner |
Modifier and Type | Field and Description |
---|---|
protected OSGiAdapter |
BundleImpl.osgi |
Modifier and Type | Method and Description |
---|---|
OSGiAdapter |
OSGiBundleContext.getOSGiAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
JarBundleFile.close(OSGiAdapter osgi) |
void |
DirectoryBundleFile.close(OSGiAdapter osgi) |
void |
BundleFile.close(OSGiAdapter osgi)
Close underlying file resources *
|
Constructor and Description |
---|
BundleImpl(OSGiAdapter osgi,
BundleFile file,
ClassLoader loader) |
BundleImpl(OSGiAdapter osgi,
BundleFile file,
ClassLoader loader,
boolean isSystemBundle) |
SystemBundle(OSGiAdapter osgi,
BundleFile file,
ClassLoader loader) |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneApplication |
Modifier and Type | Field and Description |
---|---|
protected OSGiAdapter |
ApplicationLoader.osgi |
Modifier and Type | Method and Description |
---|---|
OSGiAdapter |
ApplicationLoader.getOSGi() |
Constructor and Description |
---|
ApplicationLoader(OSGiAdapter osgi) |
StandaloneBundleLoader(OSGiAdapter osgi) |
StandaloneBundleLoader(OSGiAdapter osgi,
ClassLoader parentLoader) |
StandaloneBundleLoader(OSGiAdapter osgi,
SharedClassLoader scl) |
Modifier and Type | Method and Description |
---|---|
OSGiAdapter |
NuxeoApp.getOsgi() |
Modifier and Type | Method and Description |
---|---|
static OSGiAdapter |
FrameworkLoader.osgi() |
Modifier and Type | Field and Description |
---|---|
protected OSGiAdapter |
ServiceRegistrationImpl.osgi |
protected OSGiAdapter |
PackageAdminImpl.osgi |
Constructor and Description |
---|
PackageAdminImpl(OSGiAdapter osgi) |
ServiceRegistrationImpl(OSGiAdapter osgi,
org.osgi.framework.Bundle bundle,
String[] classes,
Object service) |
Modifier and Type | Field and Description |
---|---|
protected OSGiAdapter |
NXRuntimeTestCase.osgi |
Modifier and Type | Method and Description |
---|---|
OSGiAdapter |
NXRuntimeTestCase.getOSGiAdapter() |
Constructor and Description |
---|
RootRuntimeBundle(OSGiAdapter osgi,
BundleFile file,
ClassLoader loader) |
RootRuntimeBundle(OSGiAdapter osgi,
BundleFile file,
ClassLoader loader,
boolean isSystemBundle) |
Modifier and Type | Method and Description |
---|---|
OSGiAdapter |
RuntimeHarness.getOSGiAdapter()
OSGI bridge
|
Copyright © 2017 Nuxeo. All rights reserved.