すべてのクラスおよびインタフェース
クラス
説明
takes diff of 2 text files to generate a diff report in Markdown,
write the result into a file.
Compare 2 texts to create a report which shows the diff of the 2 inputs.
The Data object for a Diff report.
A pointer to a DiffRow entry in a List of DiffRows.
A segment of consective sequence of @see com.kazurayam.difflib.text.DiffRowDescriptor objects
takes diff of 2 text files to generate a diff report in Markdown,
write the result into a file.
Sample code to demonstrate how to use the @see com.kazurayam.difflib.text.Differ and the related classes
Compiles a Diff report in Markdown format
Implements helper methods called by @see com.kazurayam.difflib.text.MarkdownReporter