Class JreVendor
java.lang.Object
org.apache.tomcat.util.compat.JreVendor
Provides flags for detecting the JVM vendor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleantrueif the current JVM is an IBM JVM.static final booleantrueif the current JVM is an Oracle or Sun JVM. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IS_ORACLE_JVM
public static final boolean IS_ORACLE_JVMtrueif the current JVM is an Oracle or Sun JVM. -
IS_IBM_JVM
public static final boolean IS_IBM_JVMtrueif the current JVM is an IBM JVM.
-
-
Constructor Details
-
JreVendor
public JreVendor()Constructs a new JreVendor instance. This class cannot be instantiated.
-