public class OSHelper extends Object
| 构造器和说明 |
|---|
OSHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isMac()
Is mac boolean.
|
static boolean |
isUnix()
Is unix boolean.
|
static boolean |
isWindows()
Is windows boolean.
|
static void |
main(String[] args)
The entry point of application.
|
public static void main(String[] args)
args - the input argumentspublic static boolean isWindows()
public static boolean isMac()
public static boolean isUnix()
Copyright © 2017. All rights reserved.