Package | Description |
---|---|
org.nuxeo.runtime.osgi | |
org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
org.nuxeo.runtime.util |
Modifier and Type | Class and Description |
---|---|
class |
OSGiRuntimeService
The default implementation of NXRuntime over an OSGi compatible environment.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Class and Description |
---|---|
class |
OSGiRuntimeTestService |
class |
TestRuntime
A runtime service used for JUnit tests.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRuntime
A runtime service used for JUnit tests.
|
Copyright © 2017 Nuxeo. All rights reserved.