Uses of Class
com.b3dgs.lionengine.utility.OS

Packages that use OS
com.b3dgs.lionengine.utility   
 

Uses of OS in com.b3dgs.lionengine.utility
 

Methods in com.b3dgs.lionengine.utility that return OS
static OS OSDetector.getOS()
          Get operating system name.
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.