Uses of Class
org.nuxeo.runtime.AbstractRuntimeService
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of AbstractRuntimeService in org.nuxeo.runtime.osgi
Modifier and TypeClassDescriptionclass
The default implementation of NXRuntime over an OSGi compatible environment.Modifier and TypeMethodDescriptionprotected void
OSGiRuntimeActivator.initialize
(AbstractRuntimeService runtime) Gives a chance to derived classes to initialize them before the runtime is started.protected void
OSGiRuntimeActivator.uninitialize
(AbstractRuntimeService runtime) Gives a chance to derived classes to uninitialize them after the runtime is stopped. -
Uses of AbstractRuntimeService in org.nuxeo.runtime.test
Modifier and TypeClassDescriptionclass
class
A runtime service used for JUnit tests. -
Uses of AbstractRuntimeService in org.nuxeo.runtime.util