Uses of Interface
org.eclipse.emf.compare.diff.IDiffProcessor
Packages that use IDiffProcessor
-
Uses of IDiffProcessor in org.eclipse.emf.compare.diff
Classes in org.eclipse.emf.compare.diff that implement IDiffProcessorModifier and TypeClassDescriptionclass
This default implementation of anIDiffProcessor
will build the necessary differences and attach them to the appropriateMatch
.Methods in org.eclipse.emf.compare.diff that return IDiffProcessorModifier and TypeMethodDescriptionprotected final IDiffProcessor
DefaultDiffEngine.getDiffProcessor()
This will return the diff processor that has been created through#createDiffProcessor()
for this differencing process.Constructors in org.eclipse.emf.compare.diff with parameters of type IDiffProcessorModifierConstructorDescriptionDefaultDiffEngine
(IDiffProcessor processor) Create the diff engine.