Class OSUtils


  • public class OSUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OSUtils()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • IS_WINDOWS

        public static final boolean IS_WINDOWS
      • IS_CYGWIN

        public static final boolean IS_CYGWIN
      • IS_MINGW

        @Deprecated
        public static final boolean IS_MINGW
        Deprecated.
      • IS_MSYSTEM

        public static final boolean IS_MSYSTEM
      • IS_CONEMU

        public static final boolean IS_CONEMU
      • IS_OSX

        public static final boolean IS_OSX
      • TTY_COMMAND

        public static java.lang.String TTY_COMMAND
      • STTY_COMMAND

        public static java.lang.String STTY_COMMAND
      • STTY_F_OPTION

        public static java.lang.String STTY_F_OPTION
      • INFOCMP_COMMAND

        public static java.lang.String INFOCMP_COMMAND
    • Constructor Detail

      • OSUtils

        public OSUtils()