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 workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace.
|
org.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.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationStatus
OperationStatus describes the status of a request to execute, undo, or redo
an operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationStatus
Convenience class for creating status objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelStatus
A status returned by a model from the resource operation validator.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiStatus
A concrete multi-status implementation,
suitable either for instantiating or subclassing.
|
Modifier and Type | Class and Description |
---|---|
class |
TeamStatus
Status that is returned from some Team operations or is the payload of
some TeamExceptions.
|
Modifier and Type | Field and Description |
---|---|
static Status |
Team.OK_STATUS |
Modifier and Type | Class and Description |
---|---|
class |
MergeStatus
A special status that is returned when the return code
of the
merge method is CONFLICTS . |
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.