Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.runtime.Version

Packages that use Version
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   
 

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 ServerConfiguration.getVersion()
           
abstract  Version ConfigurationHandler.getVersion()
           
abstract  Version ConfigurationFactory.getVersion()
           
 Version AutoConfigurationService.getVersion()
           
 Version AbstractServerConfiguration.getVersion()
           
 

Methods in org.nuxeo.runtime.config with parameters of type Version
 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)
           
 

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.test
 

Fields in org.nuxeo.runtime.test declared as Version
static Version TestRuntime.VERSION
           
 

Methods in org.nuxeo.runtime.test that return Version
 Version TestRuntime.getVersion()
           
 

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.