Uses of Class
com.strobel.core.OS
-
Packages that use OS Package Description com.strobel.core -
-
Uses of OS in com.strobel.core
Fields in com.strobel.core declared as OS Modifier and Type Field Description private static OS
OS. current
Methods in com.strobel.core that return OS Modifier and Type Method Description static OS
OS. get()
static OS
OS. get(java.lang.String osName)
static OS
OS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OS[]
OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-