Uses of Class
de.aristaflow.adept2.util.JavaVersion
-
Packages that use JavaVersion Package Description de.aristaflow.adept2.util -
-
Uses of JavaVersion in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return JavaVersion Modifier and Type Method Description static JavaVersionJavaVersion. getCurrent()Returns the version data of the Java VM this method is executed in based on the system propertiesjava.vendor,java.specification.version,java.versionandjava.vm.version.Methods in de.aristaflow.adept2.util with parameters of type JavaVersion Modifier and Type Method Description intJavaVersion. compareTo(JavaVersion otherVersion)Compares thisJavaVersionwith the designated one.
-