java.lang.Object
org.eclipse.tycho.PlatformPropertiesUtils
Creative copyinvalid input: '&paste' from org.eclipse.equinox.internal.launcher.Constants and
org.eclipse.equinox.launcher.Main.
- Author:
- aniefer, igor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringConstant string (value "aix") indicating the platform is running on an AIX-based operating system.static final StringConstant string (value "freebsd") indicating the platform is running on a FreeBSD operating system.static final StringConstant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.static final StringConstant string (value "linux") indicating the platform is running on a Linux-based operating system.static final StringConstant string (value "macosx") indicating the platform is running on a Mac OS X operating system.static final StringConstant string (value "qnx") indicating the platform is running on a QNX-based operating system.static final StringConstant string (value "solaris") indicating the platform is running on a Solaris-based operating system.static final StringConstant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.static final StringConstant string (value "win32") indicating the platform is running on a Window 32-bit operating system (e.g., Windows 98, NT, 2000).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringConstant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).static final StringConstant string (value "cocoa") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).static final StringConstant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.static final StringConstant string (value "motif") indicating the platform is running on a machine using the Motif windowing system.static final StringConstant string (value "photon") indicating the platform is running on a machine using the Photon windowing system.static final StringConstant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.static final StringConstant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.static final StringConstant string (value "wpf") indicating the platform is running on a machine using the Windows Presendation Foundation system. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetArch(Properties properties) static StringgetOS(Properties properties) static StringgetWS(Properties properties)
-
Field Details
-
INTERNAL_ARCH_I386
- See Also:
-
INTERNAL_AMD64
- See Also:
-
INTERNAL_OS_SUNOS
- See Also:
-
INTERNAL_OS_LINUX
- See Also:
-
INTERNAL_OS_MACOSX
- See Also:
-
INTERNAL_OS_AIX
- See Also:
-
INTERNAL_OS_HPUX
- See Also:
-
INTERNAL_OS_QNX
- See Also:
-
INTERNAL_OS_FREEBSD
- See Also:
-
ARCH_X86
- See Also:
-
ARCH_X86_64
- See Also:
-
ARCH_PPC
- See Also:
-
OSGI_WS
- See Also:
-
OSGI_OS
- See Also:
-
OSGI_ARCH
- See Also:
-
OSGI_NL
- See Also:
-
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:
-
OS_LINUX
Constant string (value "linux") indicating the platform is running on a Linux-based operating system.- See Also:
-
OS_AIX
Constant string (value "aix") indicating the platform is running on an AIX-based operating system.- See Also:
-
OS_SOLARIS
Constant string (value "solaris") indicating the platform is running on a Solaris-based operating system.- See Also:
-
OS_HPUX
Constant string (value "hpux") indicating the platform is running on an HP/UX-based operating system.- See Also:
-
OS_QNX
Constant string (value "qnx") indicating the platform is running on a QNX-based operating system.- See Also:
-
OS_MACOSX
Constant string (value "macosx") indicating the platform is running on a Mac OS X operating system.- See Also:
-
OS_FREEBSD
Constant string (value "freebsd") indicating the platform is running on a FreeBSD operating system.- See Also:
-
OS_UNKNOWN
Constant string (value "unknown") indicating the platform is running on a machine running an unknown operating system.- See Also:
-
WS_WIN32
Constant string (value "win32") indicating the platform is running on a machine using the Windows windowing system.- See Also:
-
WS_WPF
Constant string (value "wpf") indicating the platform is running on a machine using the Windows Presendation Foundation system.- See Also:
-
WS_MOTIF
Constant string (value "motif") indicating the platform is running on a machine using the Motif windowing system.- See Also:
-
WS_GTK
Constant string (value "gtk") indicating the platform is running on a machine using the GTK windowing system.- See Also:
-
WS_PHOTON
Constant string (value "photon") indicating the platform is running on a machine using the Photon windowing system.- See Also:
-
WS_CARBON
Constant string (value "carbon") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).- See Also:
-
WS_COCOA
Constant string (value "cocoa") indicating the platform is running on a machine using the Carbon windowing system (Mac OS X).- See Also:
-
WS_UNKNOWN
Constant string (value "unknown") indicating the platform is running on a machine running an unknown windowing system.- See Also:
-
-
Constructor Details
-
PlatformPropertiesUtils
public PlatformPropertiesUtils()
-
-
Method Details
-
getWS
-
getOS
-
getArch
-