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 JavaVersion
JavaVersion. getCurrent()
Returns the version data of the Java VM this method is executed in based on the system propertiesjava.vendor
,java.specification.version
,java.version
andjava.vm.version
.Methods in de.aristaflow.adept2.util with parameters of type JavaVersion Modifier and Type Method Description int
JavaVersion. compareTo(JavaVersion otherVersion)
Compares thisJavaVersion
with the designated one.
-