core
Class OSUtils

java.lang.Object
  extended by core.OSUtils

public class OSUtils
extends java.lang.Object


Constructor Summary
OSUtils()
          This class provides methods for Operating System specific characteristics.
 
Method Summary
static boolean isWindows()
          This method detects whether the user is using a Windows operating sytem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSUtils

public OSUtils()
This class provides methods for Operating System specific characteristics.

Method Detail

isWindows

public static boolean isWindows()
This method detects whether the user is using a Windows operating sytem.

Returns:
The boolean value as to whether or not the host system is a Windows system.