public interface ITeamStatus extends IStatus
Modifier and Type | Field and Description |
---|---|
static int |
READ_ONLY_LOCAL
Status code constant (value 279) indicating that the
file in the file system is marked as read-only and could
not be made writable.
|
static int |
RESOURCE_SYNC_INFO_ERROR
An error occurred trying to obtain the
SyncInfo for a single resource. |
static int |
SYNC_INFO_SET_CANCELLATION
The collection of sync info for a sync info set has been canceled so the
contents do not reflect the state of the system.
|
static int |
SYNC_INFO_SET_ERROR
An error occurred that may affect several resources in a
SyncInfoSet . |
Modifier and Type | Method and Description |
---|---|
IResource |
getResource()
Return the resource associated with this status.
|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches
static final int RESOURCE_SYNC_INFO_ERROR
SyncInfo
for a single resource.
The error will be cleared when the set is reset or possibly when a sync info is added to
the set for the resource for which the error occurred.static final int SYNC_INFO_SET_ERROR
SyncInfoSet
.
The error will be cleared when the set is reset.static final int SYNC_INFO_SET_CANCELLATION
static final int READ_ONLY_LOCAL
IResource getResource()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.