Uses of Class
org.eclipse.team.core.synchronize.SyncInfo
Packages that use SyncInfo
Package
Description
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for managing synchronization state.
Application programming interfaces for accessing and managing resource variants.
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 SyncInfoModifier and TypeMethodDescriptionabstract SyncInfoSubscriber.getSyncInfo(IResource resource) Returns synchronization info for the given resource, ornullif there is no synchronization info because the subscriber does not apply to this resource.protected SyncInfoSubscriberMergeContext.getSyncInfo(IResource resource) Return the sync info for the given resource. -
Uses of SyncInfo in org.eclipse.team.core.synchronize
Methods in org.eclipse.team.core.synchronize that return SyncInfoModifier and TypeMethodDescriptionSyncInfo[]ISyncInfoSetChangeEvent.getAddedResources()Returns newly added out-of-syncSyncInfoelements.SyncInfo[]SyncInfoSetChangeEvent.getAddedResources()SyncInfo[]ISyncInfoSetChangeEvent.getChangedResources()Returns changedSyncInfoelements.SyncInfo[]SyncInfoSetChangeEvent.getChangedResources()SyncInfo[]SyncInfoSet.getNodes(FastSyncInfoFilter filter) Return all nodes in this set that match the given filter.SyncInfoSet.getSyncInfo(IResource resource) Return theSyncInfofor the given resource ornullif the resource is not contained in the set.SyncInfo[]SyncInfoSet.getSyncInfos()Return an array ofSyncInfofor all out-of-sync resources that are contained by the set.SyncInfo[]SyncInfoTree.getSyncInfos(IResource resource, int depth) Return theSyncInfofor each out-of-sync resource in the subtree rooted at the given resource to the depth specified.protected SyncInfoSyncInfoSet.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 SyncInfoModifier and TypeMethodDescriptionvoidAdd the givenSyncInfoto the set.voidvoidvoidprotected voidSyncInfoSet.internalAdd(SyncInfo info) Add theSyncInfoto the set, replacing any previously existing one.booleanbooleanbooleanbooleanbooleanReturn whether the providedSyncInfomatches the filter.final booleanFastSyncInfoFilter.select(SyncInfo info, IProgressMonitor monitor) booleanbooleanbooleanSyncInfoFilter.ContentComparisonSyncInfoFilter.select(SyncInfo info, IProgressMonitor monitor) abstract booleanSyncInfoFilter.select(SyncInfo info, IProgressMonitor monitor) Returntrueif the providedSyncInfomatches the filter.Constructors in org.eclipse.team.core.synchronize with parameters of type SyncInfoModifierConstructorDescriptionSyncInfoSet(SyncInfo[] infos) Create aSyncInfoSetcontaining the givenSyncInfoinstances.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 SyncInfoModifier and TypeMethodDescriptionResourceVariantTreeSubscriber.getSyncInfo(IResource resource) protected SyncInfoResourceVariantTreeSubscriber.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 SyncInfoConstructors in org.eclipse.team.ui.synchronize with parameters of type SyncInfoModifierConstructorDescriptionSyncInfoCompareInput(String description, SyncInfo sync) Creates a compare editor input based on an existingSyncInfo.SyncInfoCompareInput(ISynchronizePageConfiguration configuration, SyncInfo info) SyncInfoCompareInput(ISynchronizeParticipant participant, SyncInfo sync) Creates a compare editor input based on an existingSyncInfofrom the given participant.