Uses of Class
com.github.difflib.text.DiffRow
Packages that use DiffRow
-
Uses of DiffRow in com.github.difflib.text
Methods in com.github.difflib.text that return DiffRowModifier and TypeMethodDescriptionprivate DiffRow
DiffRowGenerator.buildDiffRow
(DiffRow.Tag type, String orgline, String newline) private DiffRow
DiffRowGenerator.buildDiffRowWithoutNormalizing
(DiffRow.Tag type, String orgline, String newline) Methods in com.github.difflib.text that return types with arguments of type DiffRowModifier and TypeMethodDescriptionDiffRowGenerator.generateDiffRows
(List<String> original, Patch<String> patch) Generates the DiffRows describing the difference between original and revised texts using the given patch.DiffRowGenerator.generateDiffRows
(List<String> original, List<String> revised) Get the DiffRows describing the difference between original and revised texts using the given patch.DiffRowGenerator.generateInlineDiffs
(AbstractDelta<String> delta) Add the inline diffs for given delta