Uses of Enum
org.springframework.boot.system.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in org.springframework.boot.system
Methods in org.springframework.boot.system that return JavaVersionModifier and TypeMethodDescriptionstatic JavaVersionJavaVersion.getJavaVersion()Returns theJavaVersionof the current runtime.static JavaVersionReturns the enum constant of this type with the specified name.static JavaVersion[]JavaVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.boot.system with parameters of type JavaVersionModifier and TypeMethodDescriptionbooleanJavaVersion.isEqualOrNewerThan(JavaVersion version) Return if this version is equal to or newer than a given version.booleanJavaVersion.isOlderThan(JavaVersion version) Return if this version is older than a given version.