Package org.outerj.daisy.diff.output
Interface TextDiffer
- All Known Implementing Classes:
TagDiffer
public interface TextDiffer
Interface for classes that are interested in the tag-like result structure
as produced by DaisyDiff.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
diff
(IAtomSplitter leftComparator, IAtomSplitter rightComparator) Compares two Node Trees.
-
Method Details
-
diff
Compares two Node Trees.- Parameters:
leftComparator
- Root of the first tree.rightComparator
- Root of the second tree.- Throws:
Exception
- something went wrong with parsing of the trees.
-