public class OSHelper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
IS_LINUX
The current OS is Linux (implies IS_UNIX is also true)
|
static boolean |
IS_MACOS
The current OS is MacOS (implies IS_UNIX is also true)
|
static boolean |
IS_UNIX
The current OS is Linux, BSD, Darwin, AIX, Solaris (etc.)
|
static boolean |
IS_WINDOWS
The current OS is Windows of any flavour (implies IS_UNIX is false)
|
| 构造器和说明 |
|---|
OSHelper() |
public static final boolean IS_UNIX
public static final boolean IS_WINDOWS
public static final boolean IS_LINUX
public static final boolean IS_MACOS
Copyright © 2018. All rights reserved.