com.b3dgs.lionengine.utility
Class OSDetector

java.lang.Object
  extended by com.b3dgs.lionengine.utility.OSDetector

public class OSDetector
extends java.lang.Object

Detect currently used operating system.


Method Summary
static Architecture getArchitecture()
          Get java current running architecture.
static OS getOS()
          Get operating system name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOS

public static OS getOS()
Get operating system name.

Returns:
operating system name.

getArchitecture

public static Architecture getArchitecture()
Get java current running architecture.

Returns:
jvm architecture.