Package com.intellij.openapi.util
Class SystemInfo
- java.lang.Object
-
- com.intellij.openapi.util.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 Summary
Fields Modifier and Type Field Description static String
ARCH_DATA_MODEL
Deprecated.static boolean
is32Bit
Deprecated.static boolean
is64Bit
Deprecated.static boolean
isAMD64
Deprecated.static boolean
isARM64
Deprecated.static boolean
isFileSystemCaseSensitive
Deprecated.static boolean
isFreeBSD
Deprecated.static boolean
isGnome
Deprecated.static boolean
isIntelMac
Deprecated.Whether IDEA is running under Mac OS X on an Intel Machinestatic boolean
isKDE
Deprecated.static boolean
isLinux
Deprecated.static boolean
isMac
Deprecated.static boolean
isMacOSLeopard
Deprecated.Running under MacOS X version 10.5 or later;static boolean
isMacOSSnowLeopard
Deprecated.Running under MacOS X version 10.5 or later;static boolean
isMacOSTiger
Deprecated.Whether IDEA is running under Mac OS X version 10.4 or later.static boolean
isMacSystemMenu
Deprecated.static boolean
isOS2
Deprecated.static boolean
isUnix
Deprecated.static boolean
isWindows
Deprecated.static boolean
isWindows2000
Deprecated.static boolean
isWindows2003
Deprecated.static boolean
isWindows7
Deprecated.static boolean
isWindows9x
Deprecated.static boolean
isWindowsNT
Deprecated.static boolean
isWindowsVista
Deprecated.static boolean
isWindowsVistaOrHigher
Deprecated.static boolean
isWindowsXP
Deprecated.static String
JAVA_RUNTIME_VERSION
Deprecated.static String
JAVA_VERSION
Deprecated.static String
OS_ARCH
Deprecated.static String
OS_VERSION
Deprecated.static String
SUN_DESKTOP
Deprecated.static boolean
X11PasteEnabledSystem
Deprecated.Operating system is supposed to have middle mouse button click occupied by paste action.
-
Constructor Summary
Constructors Constructor Description SystemInfo()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isJavaVersionAtLeast(String v)
Deprecated.
-
-
-
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.
-
-
Method Detail
-
isJavaVersionAtLeast
public static boolean isJavaVersionAtLeast(String v)
Deprecated.
-
-