Uses of Class
org.eclipse.team.core.synchronize.SyncInfoSet
Package
Description
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for managing synchronization state.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of SyncInfoSet in org.eclipse.team.core.subscribers
Modifier and TypeMethodDescriptionvoid
Subscriber.collectOutOfSync
(IResource[] resources, int depth, SyncInfoSet set, IProgressMonitor monitor) Adds all out-of-sync resources (getKind() !
-
Uses of SyncInfoSet in org.eclipse.team.core.synchronize
Modifier and TypeClassDescriptionclass
Provides addition API for accessing theSyncInfo
in the set through their resource's hierarchical relationships.Modifier and TypeMethodDescriptionISyncInfoSetChangeEvent.getSet()
Returns theSyncInfoSet
that generated these events.SyncInfoSetChangeEvent.getSet()
Modifier and TypeMethodDescriptionvoid
SyncInfoSet.addAll
(SyncInfoSet set) Add all the sync info from the given set to this set.void
ISyncInfoSetChangeListener.syncInfoSetErrors
(SyncInfoSet set, ITeamStatus[] errors, IProgressMonitor monitor) This method is called when errors have occurred calculating theSyncInfo
for a resource.void
ISyncInfoSetChangeListener.syncInfoSetReset
(SyncInfoSet set, IProgressMonitor monitor) Sent when the contents of aSyncInfoSet
have been reset or the listener has been connected to the set for the first time usingSyncInfoSet#connect(ISyncInfoSetChangeListener, IProgressMonitor)
. -
Uses of SyncInfoSet in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionISynchronizePageConfiguration.getSyncInfoSet()
Return the set associated with the P_SYNC_INFO_SET property ornull
if the property is not set.protected SyncInfoSet
SynchronizeModelOperation.getSyncInfoSet()
Returns a sync info set that contains theSyncInfo
for the elements of this operations.