name.fraser.neil.plaintext
Class diff_match_patch.Patch
java.lang.Object
name.fraser.neil.plaintext.diff_match_patch.Patch
- Enclosing class:
- diff_match_patch
public static class diff_match_patch.Patch
- extends Object
Class representing one patch operation.
diffs
public LinkedList<diff_match_patch.Diff> diffs
start1
public int start1
start2
public int start2
length1
public int length1
length2
public int length2
diff_match_patch.Patch
public diff_match_patch.Patch()
- Constructor. Initializes with an empty list of diffs.
toString
public String toString()
- Emmulate GNU diff's format.
Header: @@ -382,8 +481,9 @@
Indicies are printed as 1-based, not 0-based.
- Overrides:
toString
in class Object
- Returns:
- The GNU diff string.
Copyright © 2015. All rights reserved.