Package | Description |
---|---|
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.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.collectOutOfSync(IResource[] resources,
int depth,
SyncInfoSet set,
IProgressMonitor monitor)
Adds all out-of-sync resources (
getKind() ! |
Modifier and Type | Class and Description |
---|---|
class |
SyncInfoTree
Provides addition API for accessing the
SyncInfo in the set through
their resource's hierarchical relationships. |
Modifier and Type | Method and Description |
---|---|
SyncInfoSet |
ISyncInfoSetChangeEvent.getSet()
Returns the
SyncInfoSet that generated these events. |
SyncInfoSet |
SyncInfoSetChangeEvent.getSet() |
Modifier and Type | Method and Description |
---|---|
void |
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 the
SyncInfo
for a resource. |
void |
ISyncInfoSetChangeListener.syncInfoSetReset(SyncInfoSet set,
IProgressMonitor monitor)
Sent when the contents of a
SyncInfoSet have been reset or the
listener has been connected to the set for the first time using
SyncInfoSet#connect(ISyncInfoSetChangeListener, IProgressMonitor) . |
Constructor and Description |
---|
SyncInfoSetChangeEvent(SyncInfoSet set) |
Modifier and Type | Method and Description |
---|---|
SyncInfoSet |
ISynchronizePageConfiguration.getSyncInfoSet()
Return the set associated with the P_SYNC_INFO_SET property
or
null if the property is not set. |
protected SyncInfoSet |
SynchronizeModelOperation.getSyncInfoSet()
Returns a sync info set that contains the
SyncInfo for the
elements of this operations. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.