Uses of Class
omix.util.SystemInfo.OperatingSystem
Package | Description |
---|---|
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of SystemInfo.OperatingSystem in omix.util
Methods in omix.util that return SystemInfo.OperatingSystem Modifier and Type Method Description static SystemInfo.OperatingSystem
SystemInfo. os()
This method returns the operation system of the current platform.static SystemInfo.OperatingSystem
SystemInfo.OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemInfo.OperatingSystem[]
SystemInfo.OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.