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 UnifiedDiffFileUnifiedDiffReader. actualFileFields in com.github.difflib.unifieddiff with type parameters of type UnifiedDiffFile Modifier and Type Field Description private java.util.List<UnifiedDiffFile>UnifiedDiff. filesMethods in com.github.difflib.unifieddiff that return UnifiedDiffFile Modifier and Type Method Description static UnifiedDiffFileUnifiedDiffFile. 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) voidUnifiedDiff. addFile(UnifiedDiffFile file)static UnifiedDiffUnifiedDiff. from(java.lang.String header, java.lang.String tail, UnifiedDiffFile... files)
-