Class PlatformPropertiesUtils


  • public class PlatformPropertiesUtils
    extends Object
    Creative copy&paste from org.eclipse.equinox.internal.launcher.Constants and org.eclipse.equinox.launcher.Main.
    Author:
    aniefer, igor
    • Field Detail

      • OS_WIN32

        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).
        See Also:
        Constant Field Values
      • OS_LINUX

        public static final 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

        public static final 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

        public static final 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

        public static final 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

        public static final 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

        public static final 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_FREEBSD

        public static final String OS_FREEBSD
        Constant string (value "freebsd") indicating the platform is running on a FreeBSD operating system.
        See Also:
        Constant Field Values
      • OS_UNKNOWN

        public static final 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
      • WS_WIN32

        public static final 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

        public static final String WS_WPF
        Constant string (value "wpf") indicating the platform is running on a machine using the Windows Presendation Foundation system.
        See Also:
        Constant Field Values
      • WS_MOTIF

        public static final 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

        public static final 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

        public static final 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

        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).
        See Also:
        Constant Field Values
      • WS_COCOA

        public static final String WS_COCOA
        Constant string (value "cocoa") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).
        See Also:
        Constant Field Values
      • WS_UNKNOWN

        public static final 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
    • Constructor Detail

      • PlatformPropertiesUtils

        public PlatformPropertiesUtils()