Package | Description |
---|---|
org.eclipse.emf.compare.merge |
Modifier and Type | Class and Description |
---|---|
static class |
IMerger.RegistryImpl
A default implementation of an
IMerger.Registry . |
Modifier and Type | Method and Description |
---|---|
static IMerger.Registry |
IMerger.RegistryImpl.createStandaloneInstance()
Returns a registry filled with the default mergers provided by EMF Compare; namely
AttributeChangeMerger , ReferenceChangeMerger , FeatureMapChangeMerger ,
ResourceAttachmentChangeMerger , PseudoConflictMerger and ConflictMerger . |
IMerger.Registry |
IMerger.getRegistry()
Get the registry.
|
IMerger.Registry |
AbstractMerger.getRegistry()
Get the registry.
|
Modifier and Type | Method and Description |
---|---|
void |
IMerger.setRegistry(IMerger.Registry registry)
Set the registry containing this merger.
|
void |
AbstractMerger.setRegistry(IMerger.Registry registry)
Set the registry containing this merger.
|
Constructor and Description |
---|
BatchMerger(IMerger.Registry registry)
Constructs our batch merger provided the registry from which to retrieve the delegate mergers.
|
BatchMerger(IMerger.Registry registry,
com.google.common.base.Predicate<? super Diff> filter)
Constructs our batch merger provided the registry from which to retrieve the delegate mergers, and a
filter if you only wish to merge specific differences.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.