Uses of Class
org.eclipse.team.core.subscribers.Subscriber
Packages that use Subscriber
Package
Description
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for generating and refreshing
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 Subscriber in org.eclipse.team.core
Methods in org.eclipse.team.core that return SubscriberModifier and TypeMethodDescriptionfinal Subscriber
RepositoryProvider.getSubscriber()
Return aSubscriber
that describes the synchronization state of the resources contained in the project associated with this provider.RepositoryProviderType.getSubscriber()
Return aSubscriber
that describes the synchronization state of the resources contained in the project associated with this provider type. -
Uses of Subscriber in org.eclipse.team.core.subscribers
Methods in org.eclipse.team.core.subscribers that return SubscriberModifier and TypeMethodDescriptionISubscriberChangeEvent.getSubscriber()
Return the subscriber to which this change event applies.SubscriberChangeEvent.getSubscriber()
SubscriberMergeContext.getSubscriber()
Return the subscriber associated with this context.protected Subscriber
SubscriberScopeManager.getSubscriber()
Return the subscriber for this manager.Methods in org.eclipse.team.core.subscribers with parameters of type SubscriberModifier and TypeMethodDescriptionstatic SubscriberChangeEvent[]
SubscriberChangeEvent.asSyncChangedDeltas
(Subscriber subscriber, IResource[] resources) Returns an array of deltas for the resources withISubscriberChangeEvent.SYNC_CHANGED
as the flag.static RemoteResourceMappingContext
SubscriberResourceMappingContext.createContext
(Subscriber subscriber) Return a resource mapping context suitable for comparison operations.Constructors in org.eclipse.team.core.subscribers with parameters of type SubscriberModifierConstructorDescriptionSubscriberChangeEvent
(Subscriber subscriber, int flags, IResource resource) Create a change event with the given flags for the given subscriber and resource.protected
SubscriberMergeContext
(Subscriber subscriber, ISynchronizationScopeManager manager) Create a merge context for the given subscriberSubscriberResourceMappingContext
(Subscriber subscriber, boolean autoRefresh) Create a resource mapping context for the given subscriberSubscriberScopeManager
(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. -
Uses of Subscriber in org.eclipse.team.core.variants
Subclasses of Subscriber in org.eclipse.team.core.variantsModifier and TypeClassDescriptionclass
A specialization of Subscriber that usesIResourceVariantTree
objects to manage the base (for three-way) and remote trees.class
A resource variant tree subscriber whose trees use an underlyingThreeWaySynchronizer
to store and manage the synchronization state for the local workspace. -
Uses of Subscriber in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return SubscriberModifier and TypeMethodDescriptionSubscriberParticipant.getSubscriber()
Return theSubscriber
associated with this this participant.protected final Subscriber
SubscriberTeamStateProvider.getSubscriber()
Return the subscriber associated with this tester.Methods in org.eclipse.team.ui.synchronize with parameters of type SubscriberModifier and TypeMethodDescriptionprotected void
SubscriberParticipant.setSubscriber
(Subscriber subscriber) Subclasses must call this method to initialize the participant.Constructors in org.eclipse.team.ui.synchronize with parameters of type SubscriberModifierConstructorDescriptionSubscriberTeamStateProvider
(Subscriber subscriber) Create a provider that determines the synchronization state from the subscriber.