|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Version in org.nuxeo.runtime |
|---|
| Fields in org.nuxeo.runtime declared as Version | |
|---|---|
static Version |
Version.MAX
|
static Version |
Version.MIN
|
static Version |
Version.ZERO
|
| Methods in org.nuxeo.runtime that return Version | |
|---|---|
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. |
| Methods in org.nuxeo.runtime with parameters of type Version | |
|---|---|
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. |
| Uses of Version in org.nuxeo.runtime.config |
|---|
| Methods in org.nuxeo.runtime.config that return Version | |
|---|---|
Version |
AutoConfigurationService.getVersion()
|
abstract Version |
ConfigurationFactory.getVersion()
|
Version |
ServerConfiguration.getVersion()
|
abstract Version |
ConfigurationHandler.getVersion()
|
Version |
AbstractServerConfiguration.getVersion()
|
| Methods in org.nuxeo.runtime.config with parameters of type Version | |
|---|---|
boolean |
ConfigurationFactory.accept(Version v)
|
boolean |
ConfigurationHandler.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)
|
| Uses of Version in org.nuxeo.runtime.config.v1 |
|---|
| Fields in org.nuxeo.runtime.config.v1 declared as Version | |
|---|---|
static Version |
ConfigurationFactory1.VERSION
|
| Methods in org.nuxeo.runtime.config.v1 that return Version | |
|---|---|
Version |
ConfigurationFactory1.getVersion()
|
| Methods in org.nuxeo.runtime.config.v1 with parameters of type Version | |
|---|---|
ServerConfiguration |
ConfigurationFactory1.createConfiguration(InvokerLocator locator,
Version version)
|
| Constructors in org.nuxeo.runtime.config.v1 with parameters of type Version | |
|---|---|
ServerConfiguration1(InvokerLocator locator,
String name,
Version version)
|
|
| Uses of Version in org.nuxeo.runtime.model |
|---|
| Methods in org.nuxeo.runtime.model that return Version | |
|---|---|
Version |
RegistrationInfo.getVersion()
Gets the component version. |
| Uses of Version in org.nuxeo.runtime.model.impl |
|---|
| Methods in org.nuxeo.runtime.model.impl that return Version | |
|---|---|
Version |
RegistrationInfoImpl.getVersion()
|
| Uses of Version in org.nuxeo.runtime.osgi |
|---|
| Fields in org.nuxeo.runtime.osgi declared as Version | |
|---|---|
static Version |
OSGiRuntimeService.VERSION
|
| Methods in org.nuxeo.runtime.osgi that return Version | |
|---|---|
Version |
OSGiRuntimeService.getVersion()
|
| Uses of Version in org.nuxeo.runtime.remoting |
|---|
| Methods in org.nuxeo.runtime.remoting with parameters of type Version | |
|---|---|
ServerConfiguration |
ServerImpl.getConfiguration(InvokerLocator locator,
Version version)
|
ServerConfiguration |
Server.getConfiguration(InvokerLocator locator,
Version version)
|
| Constructors in org.nuxeo.runtime.remoting with parameters of type Version | |
|---|---|
UnsupportedServerVersionException(Version version)
|
|
UnsupportedServerVersionException(Version version,
String message)
|
|
| Uses of Version in org.nuxeo.runtime.util |
|---|
| Fields in org.nuxeo.runtime.util declared as Version | |
|---|---|
static Version |
SimpleRuntime.VERSION
|
| Methods in org.nuxeo.runtime.util that return Version | |
|---|---|
Version |
SimpleRuntime.getVersion()
|
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||