public class OS
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OS.OsType |
| Constructor and Description |
|---|
OS() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLinux() |
static boolean |
isMacOSX() |
static boolean |
isWindows() |
static OS.OsType |
type() |
public static OS.OsType type()
public static boolean isMacOSX()
public static boolean isLinux()
public static boolean isWindows()