public class EMFCompareBuilderConfigurator extends Object implements IEMFCompareBuilderConfigurator
Modifier | Constructor and Description |
---|---|
protected |
EMFCompareBuilderConfigurator(IMatchEngine.Factory.Registry matchEngineFactoryRegistry,
IPostProcessor.Descriptor.Registry<String> postProcessorRegistry)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(EMFCompare.Builder builder)
Configure a
org.eclipse.emf.compare.EMFCompare.EMFCompare.Builder using engines from registry
and user preferences. |
static EMFCompareBuilderConfigurator |
createDefault()
Get EMFCompareBuilderConfigurator with EMF Compare default values.
|
protected EMFCompareBuilderConfigurator(IMatchEngine.Factory.Registry matchEngineFactoryRegistry, IPostProcessor.Descriptor.Registry<String> postProcessorRegistry)
matchEngineFactoryRegistry
- IMatchEngine.Factory.Registry
that holds Match Engine factories.postProcessorRegistry
- IPostProcessor.Descriptor.Registry
that holds post processors.public static EMFCompareBuilderConfigurator createDefault()
IMatchEngine.Factory.Registry
and the default
IPostProcessor.Descriptor.Registry
.public void configure(EMFCompare.Builder builder)
org.eclipse.emf.compare.EMFCompare.EMFCompare.Builder
using engines from registry
and user preferences.configure
in interface IEMFCompareBuilderConfigurator
builder
- org.eclipse.emf.compare.EMFCompare.EMFCompare.Builder
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.