Uses of Class
org.nuxeo.runtime.osgi.OSGiRuntimeService
-
Packages that use OSGiRuntimeService Package Description org.nuxeo.runtime.model.impl org.nuxeo.runtime.osgi org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. -
-
Uses of OSGiRuntimeService in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as OSGiRuntimeService Modifier and Type Field Description protected OSGiRuntimeServiceComponentPersistence. runtimeConstructors in org.nuxeo.runtime.model.impl with parameters of type OSGiRuntimeService Constructor Description ComponentPersistence(OSGiRuntimeService runtime) -
Uses of OSGiRuntimeService in org.nuxeo.runtime.osgi
Fields in org.nuxeo.runtime.osgi declared as OSGiRuntimeService Modifier and Type Field Description protected OSGiRuntimeServiceOSGiRuntimeActivator. runtimeConstructors in org.nuxeo.runtime.osgi with parameters of type OSGiRuntimeService Constructor Description OSGiComponentLoader(OSGiRuntimeService runtime) -
Uses of OSGiRuntimeService in org.nuxeo.runtime.test
Subclasses of OSGiRuntimeService in org.nuxeo.runtime.test Modifier and Type Class Description classOSGiRuntimeTestServiceFields in org.nuxeo.runtime.test declared as OSGiRuntimeService Modifier and Type Field Description protected OSGiRuntimeServiceRuntimeHarnessImpl. runtimeMethods in org.nuxeo.runtime.test that return OSGiRuntimeService Modifier and Type Method Description protected OSGiRuntimeServiceNXRuntimeTestCase. handleNewRuntime(OSGiRuntimeService aRuntime)Deprecated.Methods in org.nuxeo.runtime.test with parameters of type OSGiRuntimeService Modifier and Type Method Description protected OSGiRuntimeServiceNXRuntimeTestCase. handleNewRuntime(OSGiRuntimeService aRuntime)Deprecated.
-