Package | Description |
---|---|
org.eclipse.team.core |
Application programming interfaces for defining and working with repository providers.
|
org.eclipse.team.core.subscribers |
Application programming interfaces for generating and refreshing
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.
|
Modifier and Type | Method and Description |
---|---|
Subscriber |
RepositoryProvider.getSubscriber()
Return a
Subscriber that describes the synchronization state
of the resources contained in the project associated with this
provider. |
Subscriber |
RepositoryProviderType.getSubscriber()
Return a
Subscriber that describes the synchronization state
of the resources contained in the project associated with this
provider type. |
Modifier and Type | Method and Description |
---|---|
Subscriber |
SubscriberMergeContext.getSubscriber()
Return the subscriber associated with this context.
|
protected Subscriber |
SubscriberScopeManager.getSubscriber()
Return the subscriber for this manager.
|
Subscriber |
ISubscriberChangeEvent.getSubscriber()
Return the subscriber to which this change event applies.
|
Subscriber |
SubscriberChangeEvent.getSubscriber() |
Modifier and Type | Method and Description |
---|---|
static SubscriberChangeEvent[] |
SubscriberChangeEvent.asSyncChangedDeltas(Subscriber subscriber,
IResource[] resources)
Returns an array of deltas for the resources with
ISubscriberChangeEvent.SYNC_CHANGED
as the flag. |
static RemoteResourceMappingContext |
SubscriberResourceMappingContext.createContext(Subscriber subscriber)
Return a resource mapping context suitable for comparison operations.
|
Constructor and Description |
---|
SubscriberChangeEvent(Subscriber subscriber,
int flags,
IResource resource)
Create a change event with the given flags for the given subscriber and resource.
|
SubscriberMergeContext(Subscriber subscriber,
ISynchronizationScopeManager manager)
Create a merge context for the given subscriber
|
SubscriberResourceMappingContext(Subscriber subscriber,
boolean autoRefresh)
Create a resource mapping context for the given subscriber
|
SubscriberScopeManager(String name,
ResourceMapping[] inputMappings,
Subscriber subscriber,
boolean consultModels)
Create a manager for the given subscriber and input.
|
SubscriberScopeManager(String name,
ResourceMapping[] inputMappings,
Subscriber subscriber,
RemoteResourceMappingContext context,
boolean consultModels)
Create a manager for the given subscriber and input.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceVariantTreeSubscriber
A specialization of Subscriber that uses
IResourceVariantTree objects
to manage the base (for three-way) and remote trees. |
class |
ThreeWaySubscriber
A resource variant tree subscriber whose trees use an underlying
ThreeWaySynchronizer to store and manage the
synchronization state for the local workspace. |
Modifier and Type | Method and Description |
---|---|
Subscriber |
SubscriberParticipant.getSubscriber()
Return the
Subscriber associated with this this participant. |
protected Subscriber |
SubscriberTeamStateProvider.getSubscriber()
Return the subscriber associated with this tester.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SubscriberParticipant.setSubscriber(Subscriber subscriber)
Subclasses must call this method to initialize the participant.
|
Constructor and Description |
---|
SubscriberTeamStateProvider(Subscriber subscriber)
Create a provider that determines the synchronization state
from the subscriber.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.