public class Constants extends Object
Copied on 2021-02-11 straight from https://github.com/eclipse/rt.equinox.framework/blob/7433233fbcf44fe8b82e63a10f8733767e5b3042/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java
| Modifier and Type | Field and Description |
|---|---|
static String |
ARCH_X86 |
static String |
ARCH_X86_64 |
static String |
INTERNAL_AMD64 |
static String |
INTERNAL_OS_AIX |
static String |
INTERNAL_OS_HPUX |
static String |
INTERNAL_OS_LINUX |
static String |
INTERNAL_OS_MACOSX |
static String |
INTERNAL_OS_OS390 |
static String |
INTERNAL_OS_OS400 |
static String |
INTERNAL_OS_QNX |
static String |
INTERNAL_OS_SUNOS |
static String |
INTERNAL_OS_ZOS |
static String |
OS_AIX
Constant string (value “aix”) indicating the platform is running on an
AIX-based operating system.
|
static String |
OS_HPUX
Constant string (value “hpux”) indicating the platform is running on an
HP/UX-based operating system.
|
static String |
OS_LINUX
Constant string (value “linux”) indicating the platform is running on a
Linux-based operating system.
|
static String |
OS_MACOSX
Constant string (value “macosx”) indicating the platform is running on a
Mac OS X operating system.
|
static String |
OS_OS390
Constant string (value “os/390”) indicating the platform is running on a
OS/390 operating system.
|
static String |
OS_OS400
Constant string (value “os/400”) indicating the platform is running on a
OS/400 operating system.
|
static String |
OS_QNX
Constant string (value “qnx”) indicating the platform is running on a
QNX-based operating system.
|
static String |
OS_SOLARIS
Constant string (value “solaris”) indicating the platform is running on a
Solaris-based operating system.
|
static String |
OS_UNKNOWN
Constant string (value “unknown”) indicating the platform is running on a
machine running an unknown operating system.
|
static String |
OS_WIN32
Constant string (value “win32”) indicating the platform is running on a
Window 32-bit operating system (e.g., Windows 98, NT, 2000).
|
static String |
OS_ZOS
Constant string (value “z/os”) indicating the platform is running on a
z/OS operating system.
|
static String |
WS_CARBON
Constant string (value “carbon”) indicating the platform is running on a
machine using the Carbon windowing system (Mac OS X).
|
static String |
WS_COCOA
Constant string (value “cocoa”) indicating the platform is running on a
machine using the Cocoa windowing system (Mac OS X).
|
static String |
WS_GTK
Constant string (value “gtk”) indicating the platform is running on a
machine using the GTK windowing system.
|
static String |
WS_MOTIF
Constant string (value “motif”) indicating the platform is running on a
machine using the Motif windowing system.
|
static String |
WS_PHOTON
Constant string (value “photon”) indicating the platform is running on a
machine using the Photon windowing system.
|
static String |
WS_UNKNOWN
Constant string (value “unknown”) indicating the platform is running on a
machine running an unknown windowing system.
|
static String |
WS_WIN32
Constant string (value “win32”) indicating the platform is running on a
machine using the Windows windowing system.
|
static String |
WS_WPF
Constant string (value “wpf”) indicating the platform is running on a
machine using the Windows Presendation Foundation system.
|
| Constructor and Description |
|---|
Constants() |
public static final String INTERNAL_AMD64
public static final String INTERNAL_OS_SUNOS
public static final String INTERNAL_OS_LINUX
public static final String INTERNAL_OS_MACOSX
public static final String INTERNAL_OS_AIX
public static final String INTERNAL_OS_HPUX
public static final String INTERNAL_OS_QNX
public static final String INTERNAL_OS_OS400
public static final String INTERNAL_OS_OS390
public static final String INTERNAL_OS_ZOS
public static final String ARCH_X86
public static final String ARCH_X86_64
public static final String OS_WIN32
Constant string (value “win32”) indicating the platform is running on a Window 32-bit operating system (e.g., Windows 98, NT, 2000).
public static final String OS_LINUX
Constant string (value “linux”) indicating the platform is running on a Linux-based operating system.
public static final String OS_AIX
Constant string (value “aix”) indicating the platform is running on an AIX-based operating system.
public static final String OS_SOLARIS
Constant string (value “solaris”) indicating the platform is running on a Solaris-based operating system.
public static final String OS_HPUX
Constant string (value “hpux”) indicating the platform is running on an HP/UX-based operating system.
public static final String OS_QNX
Constant string (value “qnx”) indicating the platform is running on a QNX-based operating system.
public static final String OS_MACOSX
Constant string (value “macosx”) indicating the platform is running on a Mac OS X operating system.
public static final String OS_OS400
Constant string (value “os/400”) indicating the platform is running on a OS/400 operating system.
public static final String OS_OS390
Constant string (value “os/390”) indicating the platform is running on a OS/390 operating system.
public static final String OS_ZOS
Constant string (value “z/os”) indicating the platform is running on a z/OS operating system.
public static final String OS_UNKNOWN
Constant string (value “unknown”) indicating the platform is running on a machine running an unknown operating system.
public static final String WS_WIN32
Constant string (value “win32”) indicating the platform is running on a machine using the Windows windowing system.
public static final String WS_WPF
Constant string (value “wpf”) indicating the platform is running on a machine using the Windows Presendation Foundation system.
public static final String WS_MOTIF
Constant string (value “motif”) indicating the platform is running on a machine using the Motif windowing system.
public static final String WS_GTK
Constant string (value “gtk”) indicating the platform is running on a machine using the GTK windowing system.
public static final String WS_PHOTON
Constant string (value “photon”) indicating the platform is running on a machine using the Photon windowing system.
public static final String WS_CARBON
Constant string (value “carbon”) indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
public static final String WS_COCOA
Constant string (value “cocoa”) indicating the platform is running on a machine using the Cocoa windowing system (Mac OS X).
public static final String WS_UNKNOWN
Constant string (value “unknown”) indicating the platform is running on a machine running an unknown windowing system.