public final class OSUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IS_OS_AIX
true if the current OS is AIX, false otherwise. |
static boolean |
IS_OS_FREE_BSD
true if the current OS is MAC, false otherwise. |
static boolean |
IS_OS_HP_UX
true if the current OS is HP-UX, false otherwise. |
static boolean |
IS_OS_IRIX
true if the current OS is Irix, false otherwise. |
static boolean |
IS_OS_LINUX
true if the current OS is Linux, false otherwise. |
static boolean |
IS_OS_MAC
true if the current OS is MAC, false otherwise. |
static boolean |
IS_OS_MAC_OSX
true if the current OS is Mac OS X, false otherwise. |
static boolean |
IS_OS_NET_BSD
true if the current OS is NetBSD, false otherwise. |
static boolean |
IS_OS_OPEN_BSD
true if the current OS is OpenBSD, false otherwise. |
static boolean |
IS_OS_SOLARIS
true if the current OS is Solaris, false otherwise. |
static boolean |
IS_OS_SUN_OS
true if the current OS is SunOS, false otherwise. |
static boolean |
IS_OS_UNIX
true if the current OS is Unix, false otherwise. |
static boolean |
IS_OS_WINDOWS
true if the current OS is Windows, false otherwise. |
public static final boolean IS_OS_AIX
true if the current OS is AIX, false otherwise.public static final boolean IS_OS_FREE_BSD
true if the current OS is MAC, false otherwise.public static final boolean IS_OS_HP_UX
true if the current OS is HP-UX, false otherwise.public static final boolean IS_OS_IRIX
true if the current OS is Irix, false otherwise.public static final boolean IS_OS_LINUX
true if the current OS is Linux, false otherwise.public static final boolean IS_OS_MAC
true if the current OS is MAC, false otherwise.public static final boolean IS_OS_MAC_OSX
true if the current OS is Mac OS X, false otherwise.public static final boolean IS_OS_NET_BSD
true if the current OS is NetBSD, false otherwise.public static final boolean IS_OS_OPEN_BSD
true if the current OS is OpenBSD, false otherwise.public static final boolean IS_OS_SOLARIS
true if the current OS is Solaris, false otherwise.public static final boolean IS_OS_SUN_OS
true if the current OS is SunOS, false otherwise.public static final boolean IS_OS_UNIX
true if the current OS is Unix, false otherwise.public static final boolean IS_OS_WINDOWS
true if the current OS is Windows, false otherwise.Copyright © 2016 - present; JODConverter.org. All rights reserved.