Package org.apache.tomcat.util.compat
Class JreVendor
- java.lang.Object
-
- org.apache.tomcat.util.compat.JreVendor
-
public class JreVendor extends java.lang.ObjectProvides flags for detecting the JVM vendor.
-
-
Field Summary
Fields Modifier and Type Field Description static booleanIS_IBM_JVMtrueif the current JVM is an IBM JVM.static booleanIS_ORACLE_JVMtrueif the current JVM is an Oracle or Sun JVM.
-
Constructor Summary
Constructors Constructor Description JreVendor()Constructs a new JreVendor instance.
-