Uses of Interface
org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor.Registry
Packages that use IPostProcessor.Descriptor.Registry
Package
Description
-
Uses of IPostProcessor.Descriptor.Registry in org.eclipse.emf.compare
Fields in org.eclipse.emf.compare declared as IPostProcessor.Descriptor.RegistryModifier and TypeFieldDescriptionprotected IPostProcessor.Descriptor.Registry<?>
EMFCompare.Builder.registry
The PostProcessorRegistry to use to find an IPostProcessor.Methods in org.eclipse.emf.compare with parameters of type IPostProcessor.Descriptor.RegistryModifier and TypeMethodDescriptionEMFCompare.Builder.setPostProcessorRegistry
(IPostProcessor.Descriptor.Registry<?> r) Sets the PostProcessor to be used to find the post processor of each comparison steps.Constructors in org.eclipse.emf.compare with parameters of type IPostProcessor.Descriptor.RegistryModifierConstructorDescriptionprotected
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. -
Uses of IPostProcessor.Descriptor.Registry in org.eclipse.emf.compare.postprocessor
Classes in org.eclipse.emf.compare.postprocessor that implement IPostProcessor.Descriptor.RegistryModifier and TypeClassDescriptionclass
This will contain all of the EMF Compare extensions. -
Uses of IPostProcessor.Descriptor.Registry in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return IPostProcessor.Descriptor.RegistryModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getPostProcessorRegistry()
Returns the post processor registry to which extension will be registered. -
Uses of IPostProcessor.Descriptor.Registry in org.eclipse.emf.compare.rcp.internal.extension.impl
Constructors in org.eclipse.emf.compare.rcp.internal.extension.impl with parameters of type IPostProcessor.Descriptor.RegistryModifierConstructorDescriptionprotected
EMFCompareBuilderConfigurator
(IMatchEngine.Factory.Registry matchEngineFactoryRegistry, IPostProcessor.Descriptor.Registry<String> postProcessorRegistry) Constructor. -
Uses of IPostProcessor.Descriptor.Registry in org.eclipse.emf.compare.rcp.internal.postprocessor
Classes in org.eclipse.emf.compare.rcp.internal.postprocessor that implement IPostProcessor.Descriptor.RegistryModifier and TypeClassDescriptionclass
IPostProcessor.Descriptor.Registry implementation based on wrapping aIItemRegistry
.