Class SystemUtils


  • public class SystemUtils
    extends Object
    Copied from commons-lang to avoid requiring the dependency
    • Field Detail

      • OS_NAME

        public static final String OS_NAME
      • OS_VERSION

        public static final String OS_VERSION
      • IS_OS_AIX

        public static final boolean IS_OS_AIX
      • IS_OS_HP_UX

        public static final boolean IS_OS_HP_UX
      • IS_OS_IRIX

        public static final boolean IS_OS_IRIX
      • IS_OS_LINUX

        public static final boolean IS_OS_LINUX
      • IS_OS_MAC

        public static final boolean IS_OS_MAC
      • IS_OS_MAC_OSX

        public static final boolean IS_OS_MAC_OSX
      • IS_OS_OS2

        public static final boolean IS_OS_OS2
      • IS_OS_SOLARIS

        public static final boolean IS_OS_SOLARIS
      • IS_OS_SUN_OS

        public static final boolean IS_OS_SUN_OS
      • IS_OS_UNIX

        public static final boolean IS_OS_UNIX
      • IS_OS_WINDOWS

        public static final boolean IS_OS_WINDOWS
    • Constructor Detail

      • SystemUtils

        public SystemUtils()