Uses of Class
com.github.difflib.unifieddiff.UnifiedDiffParserException
-
Packages that use UnifiedDiffParserException Package Description com.github.difflib.unifieddiff This is the new implementation of UnifiedDiff Tools. -
-
Uses of UnifiedDiffParserException in com.github.difflib.unifieddiff
Methods in com.github.difflib.unifieddiff that throw UnifiedDiffParserException Modifier and Type Method Description private UnifiedDiff
UnifiedDiffReader. parse()
static UnifiedDiff
UnifiedDiffReader. parseUnifiedDiff(java.io.InputStream stream)
To parse a diff file use this method.private boolean
UnifiedDiffReader. processLine(java.lang.String line, UnifiedDiffReader.UnifiedDiffLine... rules)
boolean
UnifiedDiffReader.UnifiedDiffLine. processLine(java.lang.String line)
-