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:
    TagDiffer
    • Method Detail

      • diff

        void diff​(IAtomSplitter leftComparator,
                  IAtomSplitter rightComparator)
           throws Exception
        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.