Uses of Class
com.oracle.bmc.util.JavaRuntimeUtils.JreVersion
-
Packages that use JavaRuntimeUtils.JreVersion Package Description com.oracle.bmc.util -
-
Uses of JavaRuntimeUtils.JreVersion in com.oracle.bmc.util
Methods in com.oracle.bmc.util that return JavaRuntimeUtils.JreVersion Modifier and Type Method Description static JavaRuntimeUtils.JreVersion
JavaRuntimeUtils. getRuntimeVersion()
Get the JRE version.static JavaRuntimeUtils.JreVersion
JavaRuntimeUtils.JreVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaRuntimeUtils.JreVersion[]
JavaRuntimeUtils.JreVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-