Package com.mendix.core.conf
Class RuntimeVersion
java.lang.Object
com.mendix.core.conf.RuntimeVersion
- All Implemented Interfaces:
Comparable<RuntimeVersion>
Deprecated.
Represents the version of the runtime server.
-
Constructor Summary
ConstructorDescriptionRuntimeVersion
(String... versionNumber) Deprecated.Creates a runtime version with the specified version parts. -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(RuntimeVersion other) Deprecated.Compares this object with the specified object for order.static String
Deprecated.Returns the implementation version of the runtime server.static RuntimeVersion
Deprecated.Returns the current runtime version.static String
Deprecated.Returns the specification version of the runtime server.static RuntimeVersion
Deprecated.Parses a runtime version from the specified version string.toString()
Deprecated.
-
Constructor Details
-
RuntimeVersion
Deprecated.Creates a runtime version with the specified version parts.- Parameters:
versionNumber
- the parts of the version number, from most significant to least significant
-
-
Method Details
-
getImplementationVersion
Deprecated.Returns the implementation version of the runtime server.- Returns:
- the implementation version
-
getSpecificationVersion
Deprecated.Returns the specification version of the runtime server.- Returns:
- the specification version
-
parse
Deprecated.Parses a runtime version from the specified version string. The version parts must be separated by dots.- Parameters:
version
- the string to parse- Returns:
- the parsed result, or null if version was null
-
toString
Deprecated. -
compareTo
Deprecated.Compares this object with the specified object for order.Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
- Specified by:
compareTo
in interfaceComparable<RuntimeVersion>
- Parameters:
other
- the version to compare to- See Also:
-
getInstance
Deprecated.Returns the current runtime version.- Returns:
- the version of the current runtime server
-
Core.getRuntimeVersion()
instead.