Class Platform


  • public final class Platform
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isLinux()  
      static boolean isMacOSX()  
      • Methods inherited from class java.lang.Object

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

      • isMacOSX

        public static boolean isMacOSX()
      • isLinux

        public static boolean isLinux()