Class FUtils.OS

  • Enclosing class:
    FUtils

    public static class FUtils.OS
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OS()  
    • Method Summary

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

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

      • OS

        public OS()
    • Method Detail

      • getOs

        public static java.lang.String getOs()
        Returns:
        Retourne le nom de l'OS
      • isMacOs

        public static boolean isMacOs()
        Returns:
        True si nous sommes sur MacOS
      • isLinux

        public static boolean isLinux()
        Returns:
        True si nous sommes sur Linux