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

Uses of Class
org.eclipse.team.core.synchronize.SyncInfo

Packages that use SyncInfo
org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state. 
org.eclipse.team.core.synchronize Application programming interfaces for managing synchronization state. 
org.eclipse.team.core.variants Application programming interfaces for accessing and managing resource variants. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of SyncInfo in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers that return SyncInfo
protected   SyncInfo SubscriberMergeContext. getSyncInfo ( IResource resource)
          Return the sync info for the given resource.
abstract   SyncInfo Subscriber. getSyncInfo ( IResource resource)
          Returns synchronization info for the given resource, or null if there is no synchronization info because the subscriber does not apply to this resource.
 

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

Methods in org.eclipse.team.core.synchronize that return SyncInfo
  SyncInfo[] SyncInfoSetChangeEvent. getAddedResources ()
           
  SyncInfo[] ISyncInfoSetChangeEvent. getAddedResources ()
          Returns newly added out-of-sync SyncInfo elements.
  SyncInfo[] SyncInfoSetChangeEvent. getChangedResources ()
           
  SyncInfo[] ISyncInfoSetChangeEvent. getChangedResources ()
          Returns changed SyncInfo elements.
  SyncInfo[] SyncInfoSet. getNodes ( FastSyncInfoFilter filter)
          Return all nodes in this set that match the given filter.
  SyncInfo SyncInfoSet. getSyncInfo ( IResource resource)
          Return the SyncInfo for the given resource or null if the resource is not contained in the set.
  SyncInfo[] SyncInfoSet. getSyncInfos ()
          Return an array of SyncInfo for all out-of-sync resources that are contained by the set.
  SyncInfo[] SyncInfoTree. getSyncInfos ( IResource resource, int depth)
          Return the SyncInfo for each out-of-sync resource in the subtree rooted at the given resource to the depth specified.
protected   SyncInfo SyncInfoSet. internalRemove ( IResource resource)
          Remove the resource from the set, updating all internal data structures.
 

Methods in org.eclipse.team.core.synchronize with parameters of type SyncInfo
 void SyncInfoTree. add ( SyncInfo info)
           
 void SyncInfoSet. add ( SyncInfo info)
          Add the given SyncInfo to the set.
 void SyncInfoSetChangeEvent. added ( SyncInfo info)
           
 void SyncInfoSetChangeEvent. changed ( SyncInfo info)
           
protected  void SyncInfoSet. internalAdd ( SyncInfo info)
          Add the SyncInfo to the set, replacing any previously existing one.
 boolean FastSyncInfoFilter. select ( SyncInfo info)
          Return whether the provided SyncInfo matches the filter.
 boolean FastSyncInfoFilter.AndSyncInfoFilter. select ( SyncInfo info)
           
 boolean FastSyncInfoFilter.AutomergableFilter. select ( SyncInfo info)
           
 boolean FastSyncInfoFilter.PseudoConflictFilter. select ( SyncInfo info)
           
 boolean FastSyncInfoFilter.OrSyncInfoFilter. select ( SyncInfo info)
           
 boolean FastSyncInfoFilter.SyncInfoChangeTypeFilter. select ( SyncInfo info)
           
 boolean FastSyncInfoFilter.SyncInfoDirectionFilter. select ( SyncInfo info)
           
abstract  boolean SyncInfoFilter. select ( SyncInfo info, IProgressMonitor monitor)
          Return true if the provided SyncInfo matches the filter.
 boolean SyncInfoFilter.ContentComparisonSyncInfoFilter. select ( SyncInfo info, IProgressMonitor monitor)
           
 boolean FastSyncInfoFilter. select ( SyncInfo info, IProgressMonitor monitor)
           
 

Constructors in org.eclipse.team.core.synchronize with parameters of type SyncInfo
SyncInfoSet ( SyncInfo[] infos)
          Create a SyncInfoSet containing the given SyncInfo instances.
SyncInfoTree ( SyncInfo[] infos)
          Create a sync info tree containing the given sync info elements.
 

Uses of SyncInfo in org.eclipse.team.core.variants
 

Methods in org.eclipse.team.core.variants that return SyncInfo
  SyncInfo ResourceVariantTreeSubscriber. getSyncInfo ( IResource resource)
           
protected   SyncInfo ResourceVariantTreeSubscriber. getSyncInfo ( IResource local, IResourceVariant base, IResourceVariant remote)
          Method that creates an instance of SyncInfo for the provided local, base and remote resource variants.
 

Uses of SyncInfo in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return SyncInfo
  SyncInfo SyncInfoCompareInput. getSyncInfo ()
           
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type SyncInfo
SyncInfoCompareInput ( ISynchronizePageConfiguration configuration, SyncInfo info)
           
SyncInfoCompareInput ( ISynchronizeParticipant participant, SyncInfo sync)
          Creates a compare editor input based on an existing SyncInfo from the given participant.
SyncInfoCompareInput ( String description, SyncInfo sync)
          Creates a compare editor input based on an existing SyncInfo.
 


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