Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.team.core
Interface ITeamStatus

All Superinterfaces:
IStatus
All Known Implementing Classes:
TeamStatus

public interface ITeamStatus
extends IStatus

Defines the status codes used in the status of exceptions and errors relating to Team.

Since:
3.0

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

RESOURCE_SYNC_INFO_ERROR

static final int RESOURCE_SYNC_INFO_ERROR
An error occurred trying to obtain the 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.

See Also:
Constant Field Values

SYNC_INFO_SET_ERROR

static final int SYNC_INFO_SET_ERROR
An error occurred that may effect several resources in a SyncInfoSet. The error will be cleared when the set is reset.

See Also:
Constant Field Values

SYNC_INFO_SET_CANCELLATION

static final 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. The error will be cleared when the set is reset.

See Also:
Constant Field Values

READ_ONLY_LOCAL

static final 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.

Since:
3.3
See Also:
Constant Field Values
Method Detail

getResource


IResource getResource()
Return the resource associated with this status.

Returns:
Returns the resource.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire