public class HostUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
embedded |
private static boolean |
is64bit |
private static java.lang.String |
osArch |
private static java.lang.String |
osName |
Constructor and Description |
---|
HostUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
is64Bit() |
static boolean |
isEmbedded()
Returns true if the platform is embedded.
|
static boolean |
isIOS() |
static boolean |
isLinux() |
static boolean |
isMacOSX() |
static boolean |
isWindows() |
private static java.lang.String osName
private static java.lang.String osArch
private static boolean embedded
private static boolean is64bit
public static boolean is64Bit()
public static boolean isWindows()
public static boolean isMacOSX()
public static boolean isLinux()
public static boolean isIOS()
public static boolean isEmbedded()