See: Description
Interface | Description |
---|---|
ISubscriberChangeEvent |
A change event that describes a change in a resource that is or was
supervised by a subscriber.
|
ISubscriberChangeListener |
A subscriber change listener is notified of changes to resources
regarding their subscriber synchronization state.
|
Class | Description |
---|---|
Subscriber |
A Subscriber provides synchronization between local resources and a
remote location that is used to share those resources.
|
SubscriberChangeEvent |
A concrete implementation of
ISubscriberChangeEvent that can
be used by clients. |
SubscriberMergeContext |
A merge context that uses a subscriber to populate the diff tree
used by the context.
|
SubscriberResourceMappingContext |
A resource mapping context that provides the client access to the remote state
of local resources using a subscriber.
|
SubscriberScopeManager |
A
ISynchronizationScopeManager that uses a Subscriber to provide
a RemoteResourceMappingContext and to notify participants when the
remote state of resources change. |
This package specifies the API for Team subscribers. A Subscriber provides access to the synchronization state between the local workspace resources and a set of variants of those resources, whether it be a code repository or some other type of server (e.g. FTP). A subscriber is typically associated with only a subset of the resources in the local workspace, referred to as the set of resources the subscriber supervises. The supervised local resources have a corresponding variant state which describes the state of the remote resources that correspond to the local resources.
A Subscriber provides:
An implementation of a subscriber must provide:
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.