@ThreadSafe public final class OSUtils extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IBM_JAVA
Indicates the current java vendor is IBM java or not.
|
static String |
JAVA_VENDOR_NAME
The java vendor name used in this platform.
|
static String |
OS_NAME
The OS name.
|
static String |
PROCESSOR_BIT
The processor bit.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
is64Bit() |
static boolean |
isAIX() |
static boolean |
isLinux() |
static boolean |
isMacOS() |
static boolean |
isWindows() |
public static final String OS_NAME
public static final String PROCESSOR_BIT
public static final String JAVA_VENDOR_NAME
public static final boolean IBM_JAVA
public static boolean is64Bit()
public static boolean isWindows()
public static boolean isMacOS()
public static boolean isLinux()
public static boolean isAIX()
Copyright © 2023. All Rights Reserved.