Uses of Class
org.eclipse.compare.structuremergeviewer.Differencer
Packages that use Differencer
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Uses of Differencer in org.eclipse.compare
Methods in org.eclipse.compare with parameters of type DifferencerModifier and TypeMethodDescriptionvoid
ZipFileStructureCreator.rewriteTree
(Differencer differencer, IDiffContainer root) Empty implementation since thisIStructureCreator
cannot rewrite the diff tree in order to fold certain combinations of additions and deletions. -
Uses of Differencer in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type DifferencerModifier and TypeMethodDescriptionprotected void
StructureDiffViewer.postDiffHook
(Differencer differencer, IDiffContainer root) Deprecated.protected void
StructureDiffViewer.postDiffHook
(Differencer differencer, IDiffContainer root, IProgressMonitor monitor) This method is called from withinStructureDiffViewer.diff(IProgressMonitor)
after the difference tree has been built.
StructureDiffViewer.postDiffHook(Differencer, IDiffContainer, IProgressMonitor)
instead