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 static UnifiedDiffUnifiedDiffReader. parseUnifiedDiff(InputStream stream)To parse a diff file use this method.
-