Uses of Class
org.eclipse.emf.compare.EMFCompare.Builder
Package
Description
-
Uses of EMFCompare.Builder in org.eclipse.emf.compare
Modifier and TypeMethodDescriptionstatic EMFCompare.Builder
EMFCompare.builder()
Creates a new builder to configure the creation of a new EMFCompare object.EMFCompare.Builder.setConflictDetector
(IConflictDetector cd) Sets the IEquiEngine to be used to compute conflicts between Diff.EMFCompare.Builder.setDiffEngine
(IDiffEngine de) Sets the IDiffEngine to be used to compute Diff.EMFCompare.Builder.setEquivalenceEngine
(IEquiEngine ee) Sets the IEquiEngine to be used to compute equivalences between Diff.EMFCompare.Builder.setMatchEngineFactoryRegistry
(IMatchEngine.Factory.Registry mefr) Sets the IMatchEngine.Factory.Registry to be used to find a match engine factory to compute comparison.EMFCompare.Builder.setPostProcessorRegistry
(IPostProcessor.Descriptor.Registry<?> r) Sets the PostProcessor to be used to find the post processor of each comparison steps.EMFCompare.Builder.setRequirementEngine
(IReqEngine re) Sets the IReqEngine to be used to compute dependencies between Diff. -
Uses of EMFCompare.Builder in org.eclipse.emf.compare.rcp.internal.extension
Modifier and TypeMethodDescriptionvoid
IEMFCompareBuilderConfigurator.configure
(EMFCompare.Builder builder) Configure aorg.eclipse.emf.compare.EMFCompare.EMFCompare.Builder
using engines from registry and user preferences. -
Uses of EMFCompare.Builder in org.eclipse.emf.compare.rcp.internal.extension.impl
Modifier and TypeMethodDescriptionvoid
EMFCompareBuilderConfigurator.configure
(EMFCompare.Builder builder) Configure aorg.eclipse.emf.compare.EMFCompare.EMFCompare.Builder
using engines from registry and user preferences.