Uses of Class
com.github.difflib.unifieddiff.UnifiedDiffParserException
-
Packages that use UnifiedDiffParserException Package Description com.github.difflib.unifieddiff This is the first test version of a multifile diff parser. -
-
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)
private boolean
UnifiedDiffReader. processLine(java.lang.String line, UnifiedDiffReader.UnifiedDiffLine... rules)
boolean
UnifiedDiffReader.UnifiedDiffLine. processLine(java.lang.String line)
-