Package | Description |
---|---|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.subscribers |
Application programming interfaces for generating and refreshing
synchronization state.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizationScopeManager
Class for translating a set of
ResourceMapping objects
representing a view selection into the complete set of resources to be
operated on. |
Modifier and Type | Method and Description |
---|---|
ISynchronizationScopeManager |
SynchronizationContext.getScopeManager()
Return the scope manager for the scope of this context.
|
Constructor and Description |
---|
MergeContext(ISynchronizationScopeManager manager,
int type,
IResourceDiffTree deltaTree)
Create a merge context.
|
SynchronizationContext(ISynchronizationScopeManager manager,
int type,
IResourceDiffTree diffTree)
Create a synchronization context.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriberScopeManager
A
ISynchronizationScopeManager that uses a Subscriber to provide
a RemoteResourceMappingContext and to notify participants when the
remote state of resources change. |
Constructor and Description |
---|
SubscriberMergeContext(Subscriber subscriber,
ISynchronizationScopeManager manager)
Create a merge context for the given subscriber
|
Modifier and Type | Method and Description |
---|---|
protected ISynchronizationScopeManager |
ModelSynchronizeParticipant.createScopeManager(ResourceMapping[] mappings)
Create and return a scope manager that can be used to build the scope of this
participant when it is restored after a restart.
|
protected ISynchronizationScopeManager |
ModelOperation.getScopeManager()
Return the scope manager for this operation.
|
Modifier and Type | Method and Description |
---|---|
protected MergeContext |
ModelSynchronizeParticipant.restoreContext(ISynchronizationScopeManager manager)
Recreate the context for this participant.
|
Constructor and Description |
---|
ModelMergeOperation(IWorkbenchPart part,
ISynchronizationScopeManager manager)
Create a model merge operation.
|
ModelOperation(IWorkbenchPart part,
ISynchronizationScopeManager manager)
Create a model operation that operates on the given scope.
|
ModelParticipantMergeOperation(IWorkbenchPart part,
ISynchronizationScopeManager manager)
Create a merge participant operation for the scope of the given manager.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.