Package | Description |
---|---|
org.nuxeo.runtime | |
org.nuxeo.runtime.model | |
org.nuxeo.runtime.model.impl | |
org.nuxeo.runtime.osgi | |
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 |
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 | 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 © 2017 Nuxeo. All rights reserved.