net.sourceforge.java.util.system
Class SystemUtils

java.lang.Object
  extended bynet.sourceforge.java.util.system.SystemUtils

public class SystemUtils
extends Object

Contains system specific utility methods.

Author:
Sebastian Machhausen

Constructor Summary
SystemUtils()
           
 
Method Summary
static boolean isWindows()
           Determines if the operating system is a Microsoft Windows system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUtils

public SystemUtils()
Method Detail

isWindows

public static boolean isWindows()

Determines if the operating system is a Microsoft Windows system.

Returns:
true if the operating system is a Microsoft Windows system; false otherwise