public class OS
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
is32Bit |
static boolean |
is64Bit |
static boolean |
isMac |
static boolean |
isNIX |
static boolean |
isWindows |
| Constructor and Description |
|---|
OS() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printOSInfo() |
static void |
printOSInfo(java.io.PrintStream out) |