Uses of Class
org.eclipse.core.runtime.Status
Package
Description
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides the core APIs for validation.
Provides APIs for integrating application models with the workspace
Provides support for the runtime platform, core utility methods and the extension registry.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with resource mappings.
-
Uses of Status in org.eclipse.core.commands.operations
Modifier and TypeClassDescriptionfinal class
OperationStatus describes the status of a request to execute, undo, or redo an operation. -
Uses of Status in org.eclipse.core.databinding.validation
Modifier and TypeClassDescriptionclass
Convenience class for creating status objects. -
Uses of Status in org.eclipse.core.resources.mapping
Modifier and TypeClassDescriptionclass
A status returned by a model from the resource operation validator. -
Uses of Status in org.eclipse.core.runtime
Modifier and TypeClassDescriptionclass
A concrete multi-status implementation, suitable either for instantiating or subclassing.Modifier and TypeMethodDescriptionstatic Status
Construct a new status object with severityIStatus.WARNING
, codeIStatus.OK
, and pluginId determined automatically from the calling class usingStackWalker
. -
Uses of Status in org.eclipse.team.core
Modifier and TypeClassDescriptionclass
Status that is returned from some Team operations or is the payload of some TeamExceptions. -
Uses of Status in org.eclipse.team.core.mapping.provider
Modifier and TypeClassDescriptionclass
A special status that is returned when the return code of themerge
method isCONFLICTS
.