Modifier and Type | Field and Description |
---|---|
protected IPostProcessor.Descriptor.Registry<?> |
EMFCompare.Builder.registry
The PostProcessorRegistry to use to find an IPostProcessor.
|
Modifier and Type | Method and Description |
---|---|
EMFCompare.Builder |
EMFCompare.Builder.setPostProcessorRegistry(IPostProcessor.Descriptor.Registry<?> r)
Sets the PostProcessor to be used to find the post processor of each comparison steps.
|
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 |
PostProcessorDescriptorRegistryImpl<K>
This will contain all of the EMF Compare extensions.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor.Descriptor.Registry<String> |
EMFCompareRCPPlugin.getPostProcessorRegistry()
Returns the post processor registry to which extension will be registered.
|
Modifier and Type | Class and Description |
---|---|
class |
PostProcessorRegistryImpl
IPostProcessor.Descriptor.Registry implementation based on wrapping a
IItemRegistry . |
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.