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