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 StringARCH_DATA_MODELDeprecated.static booleanis32BitDeprecated.static booleanis64BitDeprecated.static booleanisAMD64Deprecated.static booleanisARM64Deprecated.static booleanisFileSystemCaseSensitiveDeprecated.static booleanisFreeBSDDeprecated.static booleanisGnomeDeprecated.static booleanisIntelMacDeprecated.Whether IDEA is running under Mac OS X on an Intel Machinestatic booleanisKDEDeprecated.static booleanisLinuxDeprecated.static booleanisMacDeprecated.static booleanisMacOSLeopardDeprecated.Running under MacOS X version 10.5 or later;static booleanisMacOSSnowLeopardDeprecated.Running under MacOS X version 10.5 or later;static booleanisMacOSTigerDeprecated.Whether IDEA is running under Mac OS X version 10.4 or later.static booleanisMacSystemMenuDeprecated.static booleanisOS2Deprecated.static booleanisUnixDeprecated.static booleanisWindowsDeprecated.static booleanisWindows2000Deprecated.static booleanisWindows2003Deprecated.static booleanisWindows7Deprecated.static booleanisWindows9xDeprecated.static booleanisWindowsNTDeprecated.static booleanisWindowsVistaDeprecated.static booleanisWindowsVistaOrHigherDeprecated.static booleanisWindowsXPDeprecated.static StringJAVA_RUNTIME_VERSIONDeprecated.static StringJAVA_VERSIONDeprecated.static StringOS_ARCHDeprecated.static StringOS_VERSIONDeprecated.static StringSUN_DESKTOPDeprecated.static booleanX11PasteEnabledSystemDeprecated.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 booleanisJavaVersionAtLeast(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.
-
-