de.janrufmonitor.util.io
Class OSUtils
java.lang.Object
de.janrufmonitor.util.io.OSUtils
public class OSUtils
- extends Object
This class provides acces to OS specific information.
- Author:
- Thilo Brandt
|
Method Summary |
static boolean |
isLinux()
Return true wether the current running OS is Linux based |
static boolean |
isWindows()
Return true wether the current running OS is Microsoft Windows |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSUtils
public OSUtils()
isWindows
public static boolean isWindows()
- Return true wether the current running OS is Microsoft Windows
- Returns:
isLinux
public static boolean isLinux()
- Return true wether the current running OS is Linux based
- Returns:
Copyright © 2010 by Thilo Brandt. All Rights Reserved.