Uses of Class
io.helidon.build.util.OSType
-
-
Uses of OSType in io.helidon.build.util
Fields in io.helidon.build.util declared as OSType Modifier and Type Field Description static OSTypeConstants. OSThe current operating system type.Methods in io.helidon.build.util that return OSType Modifier and Type Method Description static OSTypeOSType. currentOS()Returns the current operating system type.static OSTypeOSType. valueOf(String name)Returns the enum constant of this type with the specified name.static OSType[]OSType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-