Uses of Class
org.nuxeo.runtime.Version
-
Packages that use Version 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 -
-
Uses of Version in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as Version Modifier and Type Field Description static Version
Version. MAX
static Version
Version. MIN
static Version
Version. ZERO
Methods in org.nuxeo.runtime that return Version Modifier and Type Method 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.Methods in org.nuxeo.runtime with parameters of type Version Modifier and Type Method 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. -
Uses of Version in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return Version Modifier and Type Method Description 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 Modifier and Type Method Description Version
RegistrationInfoImpl. getVersion()
-
Uses of Version in org.nuxeo.runtime.osgi
Fields in org.nuxeo.runtime.osgi declared as Version Modifier and Type Field Description static Version
OSGiRuntimeService. VERSION
Methods in org.nuxeo.runtime.osgi that return Version Modifier and Type Method Description Version
OSGiRuntimeService. getVersion()
-
Uses of Version in org.nuxeo.runtime.test
Fields in org.nuxeo.runtime.test declared as Version Modifier and Type Field Description static Version
TestRuntime. VERSION
Methods in org.nuxeo.runtime.test that return Version Modifier and Type Method Description Version
TestRuntime. getVersion()
-
Uses of Version in org.nuxeo.runtime.util
Fields in org.nuxeo.runtime.util declared as Version Modifier and Type Field Description static Version
SimpleRuntime. VERSION
Methods in org.nuxeo.runtime.util that return Version Modifier and Type Method Description Version
SimpleRuntime. getVersion()
-