Uses of Class
org.nuxeo.runtime.Version
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of Version in org.nuxeo.runtime
Modifier and TypeFieldDescriptionstatic final Version
Version.MAX
static final Version
Version.MIN
static final Version
Version.ZERO
Modifier 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.Modifier 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
-
Uses of Version in org.nuxeo.runtime.model.impl
-
Uses of Version in org.nuxeo.runtime.osgi
-
Uses of Version in org.nuxeo.runtime.test
-
Uses of Version in org.nuxeo.runtime.util