Uses of Class
org.eclipse.core.runtime.Status
-
Packages that use Status Package Description org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone.org.eclipse.core.databinding.validation Provides the core APIs for validation.org.eclipse.core.resources.mapping Provides APIs for integrating application models with the workspaceorg.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry.org.eclipse.team.core Application programming interfaces for defining and working with repository providers.org.eclipse.team.core.mapping.provider 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.operations Modifier and Type Class Description class
OperationStatus
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.validation Modifier and Type Class Description class
ValidationStatus
Convenience class for creating status objects. -
Uses of Status in org.eclipse.core.resources.mapping
Subclasses of Status in org.eclipse.core.resources.mapping Modifier and Type Class Description class
ModelStatus
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.runtime Modifier and Type Class Description class
MultiStatus
A concrete multi-status implementation, suitable either for instantiating or subclassing.Methods in org.eclipse.core.runtime that return Status Modifier and Type Method Description static Status
Status. warning(String message, Throwable exception)
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.core Modifier and Type Class Description class
TeamStatus
Status that is returned from some Team operations or is the payload of some TeamExceptions.Fields in org.eclipse.team.core declared as Status Modifier and Type Field Description static Status
Team. OK_STATUS
-
Uses of Status in org.eclipse.team.core.mapping.provider
Subclasses of Status in org.eclipse.team.core.mapping.provider Modifier and Type Class Description class
MergeStatus
A special status that is returned when the return code of themerge
method isCONFLICTS
.
-