Class JrePlatform


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

      Fields 
      Modifier and Type Field Description
      static boolean IS_MAC_OS
      true if the current platform is macOS.
      static boolean IS_WINDOWS
      true if the current platform is Windows.
    • Constructor Summary

      Constructors 
      Constructor Description
      JrePlatform()
      Constructs a new JrePlatform instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • JrePlatform

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