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 VersionVersion. MAXstatic VersionVersion. MINstatic VersionVersion. ZEROMethods in org.nuxeo.runtime that return Version Modifier and Type Method Description VersionRuntimeService. 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 Version Modifier and Type Method Description intVersion. compareTo(Version v)booleanVersion. isEqualTo(Version version)Tests 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 Modifier and Type Method Description VersionRegistrationInfo. 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 VersionRegistrationInfoImpl. getVersion() -
Uses of Version in org.nuxeo.runtime.osgi
Fields in org.nuxeo.runtime.osgi declared as Version Modifier and Type Field Description static VersionOSGiRuntimeService. VERSIONMethods in org.nuxeo.runtime.osgi that return Version Modifier and Type Method Description VersionOSGiRuntimeService. getVersion() -
Uses of Version in org.nuxeo.runtime.test
Fields in org.nuxeo.runtime.test declared as Version Modifier and Type Field Description static VersionTestRuntime. VERSIONMethods in org.nuxeo.runtime.test that return Version Modifier and Type Method Description VersionTestRuntime. getVersion() -
Uses of Version in org.nuxeo.runtime.util
Fields in org.nuxeo.runtime.util declared as Version Modifier and Type Field Description static VersionSimpleRuntime. VERSIONMethods in org.nuxeo.runtime.util that return Version Modifier and Type Method Description VersionSimpleRuntime. getVersion()
-