クラス Differ

java.lang.Object
com.kazurayam.difflib.text.Differ

public final class Differ extends Object
Compare 2 texts to create a report which shows the diff of the 2 inputs. The input text can be an instance of various types: java.nio.file.Path, java.io.File, java.lang.String, java.net.URL, java.io.Reader and java.io.InputStream. The output report is compiled in Markdown formats. To view a report in Markdown, you would require an appropriate viewer, for example, VSCode with Markdown extension https://code.visualstudio.com/Docs/languages/markdown date: Feb 2024