public class OSUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IS_32_BIT
true if architecture is 32 bit.
|
static boolean |
IS_64_BIT
true if architecture is 64 bit.
|
static boolean |
IS_ANDROID
true if OS is Android
|
static boolean |
IS_FREEBSD
true if OS is FreeBSD.
|
static boolean |
IS_LINUX
true if OS is Linux.
|
static boolean |
IS_LINUX32
true if OS is Linux 32-bit.
|
static boolean |
IS_LINUX64
true if OS is Linux 64-bit.
|
static boolean |
IS_MAC
true if OS is MacOSX.
|
static boolean |
IS_MAC32
true if OS is MacOSX 32-bit.
|
static boolean |
IS_MAC64
true if OS is MacOSX 64-bit.
|
static boolean |
IS_WINDOWS
true if OS is Windows.
|
static boolean |
IS_WINDOWS_10
true if OS is Windows 10.
|
static boolean |
IS_WINDOWS_7
true if OS is Windows 7.
|
static boolean |
IS_WINDOWS_8
true if OS is Windows 8.
|
static boolean |
IS_WINDOWS32
true if OS is Windows 32-bit.
|
static boolean |
IS_WINDOWS64
true if OS is Windows 64-bit.
|
| Modifier | Constructor and Description |
|---|---|
protected |
OSUtils()
Allows the extending of the OSUtils class but disallows
initializing non-extended OSUtils instances.
|
public static final boolean IS_32_BIT
public static final boolean IS_64_BIT
public static final boolean IS_ANDROID
public static final boolean IS_LINUX
public static final boolean IS_LINUX32
public static final boolean IS_LINUX64
public static final boolean IS_MAC
public static final boolean IS_MAC32
public static final boolean IS_MAC64
public static final boolean IS_WINDOWS
public static final boolean IS_WINDOWS32
public static final boolean IS_WINDOWS64
public static final boolean IS_WINDOWS_7
public static final boolean IS_WINDOWS_8
public static final boolean IS_WINDOWS_10
public static final boolean IS_FREEBSD
Copyright © 2022 jitsi.org. All rights reserved.