|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMergerProvider
This allows the association of mergers to specific DiffElement
.
Mergers should implement the interface IMerger
and provide a default, no-arg constructor. This
interface is intended to be implemented for the use of the extension point
org.eclipse.emf.compare.diff.mergerprovider
.
IMerger
,
MergeFactory
Method Summary | |
---|---|
java.util.Map<java.lang.Class<? extends DiffElement>,java.lang.Class<? extends IMerger>> |
getMergers()
This will be called by the merge factory to get a list of all the mergers associated to a given DiffElement . |
Method Detail |
---|
java.util.Map<java.lang.Class<? extends DiffElement>,java.lang.Class<? extends IMerger>> getMergers()
DiffElement
.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |