Uses of Class
org.adoptopenjdk.jitwatch.util.OSUtil.OperatingSystem
-
Packages that use OSUtil.OperatingSystem Package Description org.adoptopenjdk.jitwatch.util -
-
Uses of OSUtil.OperatingSystem in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util that return OSUtil.OperatingSystem Modifier and Type Method Description static OSUtil.OperatingSystemOSUtil. getOperatingSystem()static OSUtil.OperatingSystemOSUtil.OperatingSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OSUtil.OperatingSystem[]OSUtil.OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-