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 VersionVersion. ZERO_VERSIONThe default version object (0, 0, 0, 0).Methods in org.apache.pivot.util that return Version Modifier and Type Method Description static VersionVersion. decode(java.lang.String string)Decode a string into the version parts.static VersionVersion. implementationVersion()Decode the implementation version found in our jar file manifest into aVersionobject.static VersionVersion. 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 intVersion. 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 VersionApplicationContext. getJavaVersion()Returns the current Java Runtime version, parsed from the "java.runtime.version" system property.static VersionApplicationContext. getJVMVersion()Returns the current JVM version, parsed from the "java.vm.version" system property.static VersionApplicationContext. getPivotVersion()Returns the current Pivot version.
-