Package org.eclipse.emf.compare.diff.merge.api

Provides the API for all of the merging features.

See:
          Description

Interface Summary
IMergeListener Base interface for the listeners that can be notified when a merge operation is about to occur or to end.
IMerger Base interface for merger implementation.
IMergerProvider This allows the association of mergers to specific DiffElement.
 

Class Summary
AbstractMergeListener An abstract implementation of a listener to receive merge events.
DefaultMerger Basic implementation of an IMerger.
EMFCompareEObjectCopier Defines here a new copier to alter the way references are copied when an EObject is.
MergeEvent An event characterizing a merge operation.
 

Package org.eclipse.emf.compare.diff.merge.api Description

Provides the API for all of the merging features.

Clients should look at the documentation for the extension point org.eclipse.emf.compare.diff.mergerprovider as well as the documentation of MergeService.

Since:
0.8

Copyright 2006 IBM Corporation and others.
All Rights Reserved.