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 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.