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
Fields in com.github.difflib.unifieddiff declared as UnifiedDiffFile Modifier and Type Field Description private UnifiedDiffFile
UnifiedDiffReader. actualFile
Fields in com.github.difflib.unifieddiff with type parameters of type UnifiedDiffFile Modifier and Type Field Description private java.util.List<UnifiedDiffFile>
UnifiedDiff. files
Methods in com.github.difflib.unifieddiff that return UnifiedDiffFile Modifier and Type Method Description static UnifiedDiffFile
UnifiedDiffFile. from(java.lang.String fromFile, java.lang.String toFile, Patch<java.lang.String> patch)
Methods in com.github.difflib.unifieddiff that return types with arguments of type UnifiedDiffFile Modifier and Type Method Description java.util.List<UnifiedDiffFile>
UnifiedDiff. getFiles()
Methods in com.github.difflib.unifieddiff with parameters of type UnifiedDiffFile Modifier and Type Method Description (package private) void
UnifiedDiff. addFile(UnifiedDiffFile file)
static UnifiedDiff
UnifiedDiff. from(java.lang.String header, java.lang.String tail, UnifiedDiffFile... files)
-