@LimitedPrivate("HBase")
@Unstable
public class PlatformName
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static boolean |
IBM_JAVA |
A public static variable to indicate the current java vendor is
IBM and the type is Java Technology Edition which provides its
own implementations of many security packages and Cipher suites.
|
static boolean |
IS_64BIT |
|
static boolean |
IS_AIX |
|
static boolean |
IS_WINDOWS |
|
static java.lang.String |
JAVA_VENDOR_NAME |
The java vendor name used in this platform.
|
static java.lang.String |
PLATFORM_NAME |
The complete platform 'name' to identify the platform as
per the java-vm.
|
| Constructor | Description |
|---|---|
PlatformName() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
public static final java.lang.String PLATFORM_NAME
public static final java.lang.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
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.