Status code constant (value 276) indicating a file exists in the
file system but is not of the expected type (file instead of directory,
or vice-versa).
WS_CARBON -
Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "carbon") indicating the platform is running on a
machine using the Carbon windowing system (Mac OS X).
WS_GTK -
Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "gtk") indicating the platform is running on a
machine using the GTK windowing system.
WS_MOTIF -
Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "motif") indicating the platform is running on a
machine using the Motif windowing system.
WS_PHOTON -
Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "photon") indicating the platform is running on a
machine using the Photon windowing system.
Deprecated.it is no longer possible to override the workspace lock behavior.
This functionality is now provided in the platform API by implementing the
org.eclipse.core.runtime.jobs.ILockListener interface.