Class UnifiedDiff
java.lang.Object
com.github.difflib.unifieddiff.UnifiedDiff
- Author:
- Tobias Warneke (t.warneke@gmx.net)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnifiedDiff
public UnifiedDiff()
-
-
Method Details
-
getHeader
-
setHeader
-
getFiles
-
getTail
-
applyPatchTo
public List<String> applyPatchTo(Predicate<String> findFile, List<String> originalLines) throws PatchFailedException - Throws:
PatchFailedException
-
from
-