Uses of Interface
org.eclipse.emf.compare.merge.IMerger
Packages that use IMerger
-
Uses of IMerger in org.eclipse.emf.compare.merge
Subinterfaces of IMerger in org.eclipse.emf.compare.mergeModifier and TypeInterfaceDescriptioninterface
This adds the ability formergers
to define their own sub-set of "required" differences.Classes in org.eclipse.emf.compare.merge that implement IMergerModifier and TypeClassDescriptionclass
Abstract implementation of anIMerger
.class
This specific implementation ofAbstractMerger
will be used to merge conflicts in an additive merge context.class
This specific implementation ofAbstractMerger
will be used to merge reference changes in an additive merge context.class
This specific implementation ofAbstractMerger
will be used to merge resource attachment changes in an additive merge context.class
This specific implementation ofAbstractMerger
will be used to merge attribute changes.class
This specific implementation ofAbstractMerger
will be used to merge real conflicts.class
This specific implementation ofAbstractMerger
will be used to merge attribute changes.class
A simple merger for pseudo conflict.class
This specific implementation ofAbstractMerger
will be used to merge reference changes.class
This specific implementation ofAbstractMerger
will be used to merge resource attachment changes.class
Deprecated.Methods in org.eclipse.emf.compare.merge that return IMergerModifier and TypeMethodDescriptionAdds a merger to the registry.Adds a merger to the registry.IMerger.Registry.getHighestRankingMerger
(Diff target) Returns the merger, for the given target, owning the highest ranking.IMerger.RegistryImpl.getHighestRankingMerger
(Diff target) Returns the merger, for the given target, owning the highest ranking.DelegatingMerger.getMerger()
Removes a merger from the registry, from its class name.Removes a merger from the registry, from its class name.Methods in org.eclipse.emf.compare.merge that return types with arguments of type IMergerModifier and TypeMethodDescriptionIMerger.Registry.getMergers
(Diff target) Returns the list of the candidate mergers for the given difference.IMerger.RegistryImpl.getMergers
(Diff target) Returns the list of the candidate mergers for the given difference.IMerger.Registry2.getMergersByRankDescending
(Diff diff, IMergeCriterion criterion) Provide the merger with the highest ranking among those that: Are compatible with the given diff; Match the given non-null criterion.IMerger.RegistryImpl.getMergersByRankDescending
(Diff diff, IMergeCriterion criterion) Provide the mergers sorted by rank descending.Methods in org.eclipse.emf.compare.merge with parameters of type IMergerModifier and TypeMethodDescriptionAdds a merger to the registry.Adds a merger to the registry.Constructors in org.eclipse.emf.compare.merge with parameters of type IMergerModifierConstructorDescriptionDelegatingMerger
(IMerger merger, IMergeCriterion criterion) Constructor.
ResourceLocationChange
s have been replaced byResourceAttachmentChange
s of kind Move.