Class JrePlatform

java.lang.Object
org.apache.tomcat.util.compat.JrePlatform

public class JrePlatform extends Object
Provides flags for detecting the operating system platform.
  • Field Details

    • IS_MAC_OS

      public static final boolean IS_MAC_OS
      true if the current platform is macOS.
    • IS_WINDOWS

      public static final boolean IS_WINDOWS
      true if the current platform is Windows.
  • Constructor Details

    • JrePlatform

      public JrePlatform()
      Constructs a new JrePlatform instance. This class cannot be instantiated.