Uses of Class
org.eclipse.core.runtime.Status
Packages that use 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
Subclasses of Status in org.eclipse.core.commands.operationsModifier 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
Subclasses of Status in org.eclipse.core.databinding.validationModifier and TypeClassDescriptionclass
Convenience class for creating status objects. -
Uses of Status in org.eclipse.core.resources.mapping
Subclasses of Status in org.eclipse.core.resources.mappingModifier and TypeClassDescriptionclass
A status returned by a model from the resource operation validator. -
Uses of Status in org.eclipse.core.runtime
Subclasses of Status in org.eclipse.core.runtimeModifier and TypeClassDescriptionclass
A concrete multi-status implementation, suitable either for instantiating or subclassing.Methods in org.eclipse.core.runtime that return StatusModifier 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
Subclasses of Status in org.eclipse.team.coreModifier and TypeClassDescriptionclass
Status that is returned from some Team operations or is the payload of some TeamExceptions.Fields in org.eclipse.team.core declared as Status -
Uses of Status in org.eclipse.team.core.mapping.provider
Subclasses of Status in org.eclipse.team.core.mapping.providerModifier and TypeClassDescriptionclass
A special status that is returned when the return code of themerge
method isCONFLICTS
.