Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.team.core.ITeamStatus

Packages that use ITeamStatus
org.eclipse.team.core Application programming interfaces for defining and working with repository providers.  
org.eclipse.team.core.synchronize Application programming interfaces for managing synchronization state.  
 

Uses of ITeamStatus in org.eclipse.team.core
 

Classes in org.eclipse.team.core that implement ITeamStatus
 class TeamStatus
          Status that is returned from some Team operations or is the payload of some TeamExceptions.
 

Uses of ITeamStatus in org.eclipse.team.core.synchronize
 

Methods in org.eclipse.team.core.synchronize that return ITeamStatus
 ITeamStatus[] SyncInfoSet.getErrors()
          Return an array of the errors the occurred while populating this set.
 

Methods in org.eclipse.team.core.synchronize with parameters of type ITeamStatus
 void SyncInfoSet.addError(ITeamStatus status)
          Add the error to the set.
 void ISyncInfoSetChangeListener.syncInfoSetErrors(SyncInfoSet set, ITeamStatus[] errors, IProgressMonitor monitor)
          This method is called when errors have occurred calculating the SyncInfo for a resource.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.