Uses of Class
org.apache.pivot.util.Version
-
Packages that use Version Package Description org.apache.pivot.util Contains a collection of common utility classes.org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of Version in org.apache.pivot.util
Fields in org.apache.pivot.util declared as Version Modifier and Type Field Description static Version
Version. ZERO_VERSION
The default version object (0, 0, 0, 0).Methods in org.apache.pivot.util that return Version Modifier and Type Method Description static Version
Version. decode(java.lang.String string)
Decode a string into the version parts.static Version
Version. implementationVersion()
Decode the implementation version found in our jar file manifest into aVersion
object.static Version
Version. safelyDecode(java.lang.String versionString)
Added so that any unexpected version string formats that might cause an error will not also cause the application to fail to start.Methods in org.apache.pivot.util with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version version)
-
Uses of Version in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Version Modifier and Type Method Description static Version
ApplicationContext. getJavaVersion()
Returns the current Java Runtime version, parsed from the "java.runtime.version" system property.static Version
ApplicationContext. getJVMVersion()
Returns the current JVM version, parsed from the "java.vm.version" system property.static Version
ApplicationContext. getPivotVersion()
Returns the current Pivot version.
-