Uses of Class
de.aristaflow.adept2.util.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return JavaVersionModifier and TypeMethodDescriptionstatic 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 JavaVersionModifier and TypeMethodDescriptionintJavaVersion.compareTo(JavaVersion otherVersion) Compares thisJavaVersionwith the designated one.