|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the status codes used in the status of exceptions and errors relating to Team.
Field Summary | |
---|---|
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 effect several resources in a SyncInfoSet .
|
Fields inherited from interface org.eclipse.core.runtime.IStatus |
---|
CANCEL, ERROR, INFO, OK, WARNING |
Method Summary | |
---|---|
IResource |
getResource()
Return the resource associated with this status. |
Methods inherited from interface org.eclipse.core.runtime.IStatus |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches |
Field Detail |
public 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.
public static final int SYNC_INFO_SET_ERROR
SyncInfoSet
.
The error will be cleared when the set is reset.
public static final int SYNC_INFO_SET_CANCELLATION
public static final int READ_ONLY_LOCAL
Method Detail |
public IResource getResource()
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.