Package | Description |
---|---|
org.nuxeo.runtime | |
org.nuxeo.runtime.config | |
org.nuxeo.runtime.config.v1 | |
org.nuxeo.runtime.model | |
org.nuxeo.runtime.model.impl | |
org.nuxeo.runtime.osgi | |
org.nuxeo.runtime.remoting | |
org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
org.nuxeo.runtime.util |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.MAX |
static Version |
Version.MIN |
static Version |
Version.ZERO |
Modifier and Type | Method and Description |
---|---|
Version |
RuntimeService.getVersion()
Gets the version of this runtime service.
|
static Version |
Version.parseString(String version)
Creates a new version object given a string representation of the version.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version v) |
boolean |
Version.isEqualTo(Version version)
Tests if the current version is equal to the given one.
|
boolean |
Version.isGreaterOrEqualThan(Version version)
Tests if the current version is greater or equal to the given one.
|
boolean |
Version.isGreaterThan(Version version)
Tests if the current version is greater than the given one.
|
Modifier and Type | Method and Description |
---|---|
Version |
ServerConfiguration.getVersion() |
abstract Version |
ConfigurationHandler.getVersion() |
abstract Version |
ConfigurationFactory.getVersion() |
Version |
AutoConfigurationService.getVersion() |
Version |
AbstractServerConfiguration.getVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationHandler.accept(Version v) |
boolean |
ConfigurationFactory.accept(Version v) |
static ServerConfiguration |
ConfigurationHandler.buildConfig(Version version) |
abstract ServerConfiguration |
ConfigurationFactory.createConfiguration(InvokerLocator locator,
Version version)
Loads the configuration of the given remote server.
|
static ConfigurationFactory |
ConfigurationFactory.getFactory(Version version) |
static ConfigurationHandler |
ConfigurationHandler.getHandler(Version version) |
static ServerConfiguration |
ConfigurationHandler.loadConfig(InvokerLocator locator,
Server server,
Version version) |
Modifier and Type | Field and Description |
---|---|
static Version |
ConfigurationFactory1.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
ConfigurationFactory1.getVersion() |
Modifier and Type | Method and Description |
---|---|
ServerConfiguration |
ConfigurationFactory1.createConfiguration(InvokerLocator locator,
Version version) |
Constructor and Description |
---|
ServerConfiguration1(InvokerLocator locator,
String name,
Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
RegistrationInfo.getVersion()
Gets the component version.
|
Modifier and Type | Method and Description |
---|---|
Version |
RegistrationInfoImpl.getVersion() |
Modifier and Type | Field and Description |
---|---|
static Version |
OSGiRuntimeService.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
OSGiRuntimeService.getVersion() |
Modifier and Type | Method and Description |
---|---|
ServerConfiguration |
ServerImpl.getConfiguration(InvokerLocator locator,
Version version) |
ServerConfiguration |
Server.getConfiguration(InvokerLocator locator,
Version version) |
Constructor and Description |
---|
UnsupportedServerVersionException(Version version) |
UnsupportedServerVersionException(Version version,
String message) |
Modifier and Type | Field and Description |
---|---|
static Version |
TestRuntime.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
TestRuntime.getVersion() |
Modifier and Type | Field and Description |
---|---|
static Version |
SimpleRuntime.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
SimpleRuntime.getVersion() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.