net.sourceforge.java.util.system
Class SystemUtils
java.lang.Object
net.sourceforge.java.util.system.SystemUtils
- public class SystemUtils
- extends Object
Contains system specific utility methods.
- Author:
- Sebastian Machhausen
|
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 |
SystemUtils
public SystemUtils()
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