nl.knowledgeplaza.util
Class SystemUtil
java.lang.Object
nl.knowledgeplaza.util.SystemUtil
public class SystemUtil
- extends Object
|
Method Summary |
static boolean |
isLinux()
check if the current system is linux |
static boolean |
isMac()
check if the current system is a macintosh |
static boolean |
isWindows()
check if the current system is windows |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemUtil
public SystemUtil()
isMac
public static boolean isMac()
- check if the current system is a macintosh
isWindows
public static boolean isWindows()
- check if the current system is windows
isLinux
public static boolean isLinux()
- check if the current system is linux
Copyright © 2011 KnowledgePlaza. All Rights Reserved.