Uses of Class
com.github.difflib.unifieddiff.UnifiedDiffFile
-
Packages that use UnifiedDiffFile Package Description com.github.difflib.unifieddiff This is the new implementation of UnifiedDiff Tools. -
-
Uses of UnifiedDiffFile in com.github.difflib.unifieddiff
Methods in com.github.difflib.unifieddiff that return UnifiedDiffFile Modifier and Type Method Description static UnifiedDiffFileUnifiedDiffFile. from(String fromFile, String toFile, Patch<String> patch)Methods in com.github.difflib.unifieddiff that return types with arguments of type UnifiedDiffFile Modifier and Type Method Description List<UnifiedDiffFile>UnifiedDiff. getFiles()Methods in com.github.difflib.unifieddiff with parameters of type UnifiedDiffFile Modifier and Type Method Description static UnifiedDiffUnifiedDiff. from(String header, String tail, UnifiedDiffFile... files)
-