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 VersionVersion.MAXstatic final VersionVersion.MINstatic final VersionVersion.ZEROMethods in org.nuxeo.runtime that return VersionModifier and TypeMethodDescriptionRuntimeService.getVersion()Gets the version of this runtime service.static VersionVersion.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 TypeMethodDescriptionintbooleanTests if the current version is equal to the given one.booleanVersion.isGreaterOrEqualThan(Version version) Tests if the current version is greater or equal to the given one.booleanVersion.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