org.eclipse.osgi.service.environment
Interface Constants


public interface Constants

Constants used with the EnvironmentInfo service.

Since:
3.0

This interface is not intended to be implemented by clients.


Field Summary
static java.lang.String ARCH_AMD64
          Deprecated. use ARCH_X86_64 instead. Note the values has been changed to be the value of the ARCH_X86_64 constant.
static java.lang.String ARCH_IA64
          Constant string (value "ia64") indicating the platform is running on an IA64-based architecture.
static java.lang.String ARCH_IA64_32
          Constant string (value "ia64_32") indicating the platform is running on an IA64 32bit-based architecture.
static java.lang.String ARCH_PA_RISC
          Constant string (value "PA_RISC") indicating the platform is running on an PA_RISC-based architecture.
static java.lang.String ARCH_PPC
          Constant string (value "ppc") indicating the platform is running on an PowerPC-based architecture.
static java.lang.String ARCH_SPARC
          Constant string (value "sparc") indicating the platform is running on an Sparc-based architecture.
static java.lang.String ARCH_X86
          Constant string (value "x86") indicating the platform is running on an x86-based architecture.
static java.lang.String ARCH_X86_64
          Constant string (value "x86_64") indicating the platform is running on an x86 64bit-based architecture.
static java.lang.String OS_AIX
          Constant string (value "aix") indicating the platform is running on an AIX-based operating system.
static java.lang.String OS_EPOC32
          Constant string (value "epoc32") indicating the platform is running on a Epoc 32-bit Symbian operating system.
static java.lang.String OS_HPUX
          Constant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.
static java.lang.String OS_LINUX
          Constant string (value "linux") indicating the platform is running on a Linux-based operating system.
static java.lang.String OS_MACOSX
          Constant string (value "macosx") indicating the platform is running on a Mac OS X operating system.
static java.lang.String OS_QNX
          Constant string (value "qnx") indicating the platform is running on a QNX-based operating system.
static java.lang.String OS_SOLARIS
          Constant string (value "solaris") indicating the platform is running on a Solaris-based operating system.
static java.lang.String OS_UNKNOWN
          Constant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.
static java.lang.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 java.lang.String WS_CARBON
          Constant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
static java.lang.String WS_GTK
          Constant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.
static java.lang.String WS_MOTIF
          Constant string (value "motif") indicating the platform is running on a machine using the Motif windowing system.
static java.lang.String WS_PHOTON
          Constant string (value "photon") indicating the platform is running on a machine using the Photon windowing system.
static java.lang.String WS_S60
          Constant string (value "s60") indicating the platform is running on a machine using the S60 windowing system.
static java.lang.String WS_UNKNOWN
          Constant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.
static java.lang.String WS_WIN32
          Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.
static java.lang.String WS_WPF
          Constant string (value "wpf") indicating the platform is running on a machine using the Windows Presentation Foundation sytstem.
 

Field Detail

OS_WIN32

static final java.lang.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).

See Also:
Constant Field Values

OS_LINUX

static final java.lang.String OS_LINUX
Constant string (value "linux") indicating the platform is running on a Linux-based operating system.

See Also:
Constant Field Values

OS_AIX

static final java.lang.String OS_AIX
Constant string (value "aix") indicating the platform is running on an AIX-based operating system.

See Also:
Constant Field Values

OS_SOLARIS

static final java.lang.String OS_SOLARIS
Constant string (value "solaris") indicating the platform is running on a Solaris-based operating system.

See Also:
Constant Field Values

OS_HPUX

static final java.lang.String OS_HPUX
Constant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.

See Also:
Constant Field Values

OS_QNX

static final java.lang.String OS_QNX
Constant string (value "qnx") indicating the platform is running on a QNX-based operating system.

See Also:
Constant Field Values

OS_MACOSX

static final java.lang.String OS_MACOSX
Constant string (value "macosx") indicating the platform is running on a Mac OS X operating system.

See Also:
Constant Field Values

OS_EPOC32

static final java.lang.String OS_EPOC32
Constant string (value "epoc32") indicating the platform is running on a Epoc 32-bit Symbian operating system.

Since:
3.4
See Also:
Constant Field Values

OS_UNKNOWN

static final java.lang.String OS_UNKNOWN
Constant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.

See Also:
Constant Field Values

ARCH_X86

static final java.lang.String ARCH_X86
Constant string (value "x86") indicating the platform is running on an x86-based architecture.

See Also:
Constant Field Values

ARCH_PA_RISC

static final java.lang.String ARCH_PA_RISC
Constant string (value "PA_RISC") indicating the platform is running on an PA_RISC-based architecture.

See Also:
Constant Field Values

ARCH_PPC

static final java.lang.String ARCH_PPC
Constant string (value "ppc") indicating the platform is running on an PowerPC-based architecture.

See Also:
Constant Field Values

ARCH_SPARC

static final java.lang.String ARCH_SPARC
Constant string (value "sparc") indicating the platform is running on an Sparc-based architecture.

See Also:
Constant Field Values

ARCH_X86_64

static final java.lang.String ARCH_X86_64
Constant string (value "x86_64") indicating the platform is running on an x86 64bit-based architecture.

Since:
3.1
See Also:
Constant Field Values

ARCH_AMD64

static final java.lang.String ARCH_AMD64
Deprecated. use ARCH_X86_64 instead. Note the values has been changed to be the value of the ARCH_X86_64 constant.
Constant string (value "amd64") indicating the platform is running on an AMD64-based architecture.

See Also:
Constant Field Values

ARCH_IA64

static final java.lang.String ARCH_IA64
Constant string (value "ia64") indicating the platform is running on an IA64-based architecture.

See Also:
Constant Field Values

ARCH_IA64_32

static final java.lang.String ARCH_IA64_32
Constant string (value "ia64_32") indicating the platform is running on an IA64 32bit-based architecture.

Since:
3.1
See Also:
Constant Field Values

WS_WIN32

static final java.lang.String WS_WIN32
Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.

See Also:
Constant Field Values

WS_WPF

static final java.lang.String WS_WPF
Constant string (value "wpf") indicating the platform is running on a machine using the Windows Presentation Foundation sytstem.

See Also:
Constant Field Values

WS_MOTIF

static final java.lang.String WS_MOTIF
Constant string (value "motif") indicating the platform is running on a machine using the Motif windowing system.

See Also:
Constant Field Values

WS_GTK

static final java.lang.String WS_GTK
Constant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.

See Also:
Constant Field Values

WS_PHOTON

static final java.lang.String WS_PHOTON
Constant string (value "photon") indicating the platform is running on a machine using the Photon windowing system.

See Also:
Constant Field Values

WS_CARBON

static final java.lang.String WS_CARBON
Constant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).

See Also:
Constant Field Values

WS_S60

static final java.lang.String WS_S60
Constant string (value "s60") indicating the platform is running on a machine using the S60 windowing system.

Since:
3.4
See Also:
Constant Field Values

WS_UNKNOWN

static final java.lang.String WS_UNKNOWN
Constant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.

See Also:
Constant Field Values