Package org.apache.hadoop.util
Class PlatformName
java.lang.Object
org.apache.hadoop.util.PlatformName
A helper class for getting build-info of the java-vm.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanA 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 final StringThe java vendor name used in this platform.static final StringThe complete platform 'name' to identify the platform as per the java-vm. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLATFORM_NAME
The complete platform 'name' to identify the platform as per the java-vm. -
JAVA_VENDOR_NAME
The java vendor name used in this platform. -
IBM_JAVA
public static final boolean IBM_JAVAA 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. Note that these are not provided in Semeru runtimes: See https://developer.ibm.com/languages/java/semeru-runtimes for details.
-
-
Constructor Details
-
PlatformName
public PlatformName()
-
-
Method Details
-
main
-