Eclipse Platform
Release 3.0

Package org.eclipse.team.core.subscribers

Application programming interfaces for generating and refreshing synchronization state.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.eclipse.team.core.subscribers Description

Application programming interfaces for generating and refreshing synchronization state.

Package Specification

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:

Implementing a Subscriber

An implementation of a subscriber must provide:

Optionally, a subscriber may provide a subclass of org.eclipse.team.core.synchronize.SyncInfo in order to customize the algorithm used to determine the synchronization state of a resource.


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.