public class Os
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Os.PlatformType |
| Constructor and Description |
|---|
Os() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkSystemTray() |
static Os.PlatformType |
getCurrentPlatform() |
java.lang.String |
getFilename() |
boolean |
isAndroid() |
boolean |
isEclipse() |
boolean |
isIOS() |
boolean |
isMac() |
boolean |
isNotFirstThread(java.lang.String[] args) |
boolean |
isSolaris() |
boolean |
isUnix() |
boolean |
isUTF8() |
boolean |
isWindows() |
public boolean isWindows()
public boolean isMac()
public boolean isIOS()
public boolean isAndroid()
public boolean isEclipse()
public boolean isUnix()
public boolean isSolaris()
public static Os.PlatformType getCurrentPlatform()
public java.lang.String getFilename()
public boolean isUTF8()
public boolean isNotFirstThread(java.lang.String[] args)
public boolean checkSystemTray()