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