Class SystemInfo


  • public class SystemInfo
    extends Object
    Deprecated.
    try to move to TCSystemInfo, as kotlin-compiler contains exactly the same com.intellij.openapi.util.SystemInfo
    • Field Detail

      • OS_VERSION

        public static final String OS_VERSION
        Deprecated.
      • OS_ARCH

        public static final String OS_ARCH
        Deprecated.
      • JAVA_VERSION

        public static final String JAVA_VERSION
        Deprecated.
      • JAVA_RUNTIME_VERSION

        public static final String JAVA_RUNTIME_VERSION
        Deprecated.
      • ARCH_DATA_MODEL

        public static final String ARCH_DATA_MODEL
        Deprecated.
      • SUN_DESKTOP

        public static final String SUN_DESKTOP
        Deprecated.
      • isWindows

        public static final boolean isWindows
        Deprecated.
      • isWindowsNT

        public static final boolean isWindowsNT
        Deprecated.
      • isWindows2000

        public static final boolean isWindows2000
        Deprecated.
      • isWindows2003

        public static final boolean isWindows2003
        Deprecated.
      • isWindowsXP

        public static final boolean isWindowsXP
        Deprecated.
      • isWindowsVista

        public static final boolean isWindowsVista
        Deprecated.
      • isWindows7

        public static final boolean isWindows7
        Deprecated.
      • isWindows9x

        public static final boolean isWindows9x
        Deprecated.
      • isOS2

        public static final boolean isOS2
        Deprecated.
      • isMac

        public static final boolean isMac
        Deprecated.
      • isFreeBSD

        public static final boolean isFreeBSD
        Deprecated.
      • isLinux

        public static final boolean isLinux
        Deprecated.
      • isUnix

        public static final boolean isUnix
        Deprecated.
      • isKDE

        public static final boolean isKDE
        Deprecated.
      • isGnome

        public static final boolean isGnome
        Deprecated.
      • isMacSystemMenu

        public static final boolean isMacSystemMenu
        Deprecated.
      • isFileSystemCaseSensitive

        public static final boolean isFileSystemCaseSensitive
        Deprecated.
      • is32Bit

        public static final boolean is32Bit
        Deprecated.
      • is64Bit

        public static final boolean is64Bit
        Deprecated.
      • isAMD64

        public static final boolean isAMD64
        Deprecated.
      • isARM64

        public static final boolean isARM64
        Deprecated.
      • isMacOSTiger

        public static final boolean isMacOSTiger
        Deprecated.
        Whether IDEA is running under Mac OS X version 10.4 or later.
        Since:
        5.0.2
      • isIntelMac

        public static final boolean isIntelMac
        Deprecated.
        Whether IDEA is running under Mac OS X on an Intel Machine
        Since:
        5.0.2
      • isMacOSLeopard

        public static final boolean isMacOSLeopard
        Deprecated.
        Running under MacOS X version 10.5 or later;
        Since:
        7.0.2
      • isMacOSSnowLeopard

        public static final boolean isMacOSSnowLeopard
        Deprecated.
        Running under MacOS X version 10.5 or later;
        Since:
        9.0
      • X11PasteEnabledSystem

        public static final boolean X11PasteEnabledSystem
        Deprecated.
        Operating system is supposed to have middle mouse button click occupied by paste action.
        Since:
        6.0
      • isWindowsVistaOrHigher

        public static final boolean isWindowsVistaOrHigher
        Deprecated.
    • Constructor Detail

      • SystemInfo

        public SystemInfo()
        Deprecated.
    • Method Detail

      • isJavaVersionAtLeast

        public static boolean isJavaVersionAtLeast​(String v)
        Deprecated.