@InterfaceAudience.LimitedPrivate(value="HBase") @InterfaceStability.Unstable public class PlatformName extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IBM_JAVA
A public static variable to indicate the current java vendor is
IBM java or not.
|
static boolean |
IS_64BIT |
static boolean |
IS_AIX |
static boolean |
IS_WINDOWS |
static String |
JAVA_VENDOR_NAME
The java vendor name used in this platform.
|
static String |
PLATFORM_NAME
The complete platform 'name' to identify the platform as
per the java-vm.
|
Constructor and Description |
---|
PlatformName() |
public static final String PLATFORM_NAME
public static final String JAVA_VENDOR_NAME
public static final boolean IBM_JAVA
public static final boolean IS_WINDOWS
public static final boolean IS_64BIT
public static final boolean IS_AIX
public static void main(String[] args)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.