Uses of Class
org.nuxeo.runtime.Version
Packages that use Version
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of Version in org.nuxeo.runtime
Fields in org.nuxeo.runtime declared as VersionModifier and TypeFieldDescriptionstatic final Version
Version.MAX
static final Version
Version.MIN
static final Version
Version.ZERO
Methods in org.nuxeo.runtime that return VersionModifier and TypeMethodDescriptionRuntimeService.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 VersionModifier and TypeMethodDescriptionint
boolean
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 -
Uses of Version in org.nuxeo.runtime.model.impl
Methods in org.nuxeo.runtime.model.impl that return Version -
Uses of Version in org.nuxeo.runtime.osgi
Fields in org.nuxeo.runtime.osgi declared as VersionMethods in org.nuxeo.runtime.osgi that return Version -
Uses of Version in org.nuxeo.runtime.test
Fields in org.nuxeo.runtime.test declared as VersionMethods in org.nuxeo.runtime.test that return Version -
Uses of Version in org.nuxeo.runtime.util
Fields in org.nuxeo.runtime.util declared as VersionMethods in org.nuxeo.runtime.util that return Version