Method Summary |
|
public static boolean | isAMD64Bit() |
public static boolean | isLinux() Returns whether the underlying operating system is Linux. |
public static boolean | isMac() Returns whether the underlying operating system is some MacOS. |
public static boolean | isSolaris() Returns whether the underlying operating system is Solaris. |
public static boolean | isWin2K() Returns whether the underlying operating system is Windows 2000. |
public static boolean | isWin2K3() Returns whether the underlying operating system is Windows 2003. |
public static boolean | isWin32Platform() Returns whether the underlying operating system is a Windows or Windows
NT platform. |
public static boolean | isWin95() Returns whether the underlying operating system is Windows 95. |
public static boolean | isWin98() Returns whether the underlying operating system is Windows 98. |
public static boolean | isWinME() Returns whether the underlying operating system is Windows ME. |
public static boolean | isWinNT() Returns whether the underlying operating system is Windows NT. |
public static boolean | isWinNTPlatform() Returns whether the underlying operating system is a Windows NT platform. |
public static boolean | isWinXP() Returns whether the underlying operating system is Windows XP. |
public static boolean | isWindowsPlatform() Returns whether the underlying operating system is a Windows platform. |