Uses of Class
org.nuxeo.osgi.OSGiAdapter
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of OSGiAdapter in org.nuxeo.osgi
ModifierConstructorDescriptionBundleImpl
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) BundleImpl
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) SystemBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) -
Uses of OSGiAdapter in org.nuxeo.osgi.application
ModifierConstructorDescriptionprotected
ApplicationLoader
(OSGiAdapter osgi) StandaloneBundleLoader
(OSGiAdapter osgi, ClassLoader parentLoader) StandaloneBundleLoader
(OSGiAdapter osgi, SharedClassLoader scl) -
Uses of OSGiAdapter in org.nuxeo.osgi.application.client
-
Uses of OSGiAdapter in org.nuxeo.osgi.application.loader
-
Uses of OSGiAdapter in org.nuxeo.osgi.services
Modifier and TypeFieldDescriptionprotected OSGiAdapter
PackageAdminImpl.osgi
protected OSGiAdapter
ServiceRegistrationImpl.osgi
ModifierConstructorDescriptionPackageAdminImpl
(OSGiAdapter osgi) ServiceRegistrationImpl
(OSGiAdapter osgi, org.osgi.framework.Bundle bundle, String[] classes, Object service) -
Uses of OSGiAdapter in org.nuxeo.runtime.test
ModifierConstructorDescriptionRootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) RootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) -
Uses of OSGiAdapter in org.nuxeo.runtime.test.runner