Modifier and Type | Field and Description |
---|---|
protected IMatchEngine.Factory.Registry |
EMFCompare.Builder.matchEngineFactoryRegistry
The registry we'll use to create a match engine for this comparison.
|
Modifier and Type | Method and Description |
---|---|
EMFCompare.Builder |
EMFCompare.Builder.setMatchEngineFactoryRegistry(IMatchEngine.Factory.Registry mefr)
Sets the IMatchEngine.Factory.Registry to be used to find a match engine factory to compute
comparison.
|
Constructor and Description |
---|
EMFCompare(IMatchEngine.Factory.Registry matchEngineFactoryRegistry,
IDiffEngine diffEngine,
IReqEngine reqEngine,
IEquiEngine equiEngine,
IConflictDetector conflictDetector,
IPostProcessor.Descriptor.Registry<?> postProcessorFactoryRegistry)
Creates a new EMFCompare object able to compare Notifier with the help of given engines.
|
Modifier and Type | Class and Description |
---|---|
class |
MatchEngineFactoryRegistryImpl
The default implementation of the
IMatchEngine.Factory.Registry . |
Modifier and Type | Method and Description |
---|---|
static IMatchEngine.Factory.Registry |
MatchEngineFactoryRegistryImpl.createStandaloneInstance()
Returns a registry filled with the default match engine factory provided by EMF Compare
MatchEngineFactoryImpl . |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory.Registry |
EMFCompareRCPPlugin.getMatchEngineFactoryRegistry()
Returns the match engine factory registry to which extension will be registered.
|
Constructor and Description |
---|
EMFCompareBuilderConfigurator(IEclipsePreferences enginePreferences,
IMatchEngine.Factory.Registry matchEngineFactoryRegistry)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MatchEngineFactoryRegistryWrapper
MatchEnginefactoryRegistry that wrap an IItemRegistry
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.