Package org.apache.tomcat.util.compat
Class JrePlatform
- java.lang.Object
-
- org.apache.tomcat.util.compat.JrePlatform
-
public class JrePlatform extends java.lang.ObjectProvides flags for detecting the operating system platform.
-
-
Field Summary
Fields Modifier and Type Field Description static booleanIS_MAC_OStrueif the current platform is macOS.static booleanIS_WINDOWStrueif the current platform is Windows.
-
Constructor Summary
Constructors Constructor Description JrePlatform()Constructs a new JrePlatform instance.
-