Interface TextBasedDiff
- All Known Subinterfaces:
GitPatch
- All Known Implementing Classes:
GitPatch.SimpleGitPatch
,PatchDiff
,PatchString
public interface TextBasedDiff
Interface for diffs to text that allows accessing the diff as text.
- Author:
- Paul Bittner
-
Method Summary
-
Method Details
-
getDiff
String getDiff()Returns this diff as plain text.
-