public class Differ extends Object
Constructor and Description |
---|
Differ() |
Differ(boolean aaa,
String[] maArr) |
public Differ()
public Differ(boolean aaa, String[] maArr)
public void merge(SortedMap<Info,SortedSet<DiffElement>> diffs, SortedMap<Info,SortedSet<DiffElement>> diffs2)
diffs
- diffs2
- public SortedMap<Info,SortedSet<DiffElement>> diff(PackageInfo curr, PackageInfo ref)
curr
- ref
- null
public SortedMap<Info,SortedSet<DiffElement>> diff(PropertyInfo curr, PropertyInfo ref)
public SortedMap<Info,SortedSet<DiffElement>> diffEnum(PropertyInfo curr, PropertyInfo ref)
protected LinkedList<name.fraser.neil.plaintext.diff_match_patch.Diff> aaaDocumentation(String ref, String curr)
protected DiffElement stringDiff(DiffElement.ElementType type, String ref, String curr)
protected SortedMap<Info,SortedSet<DiffElement>> infoDiffs(Info base, DiffElement.ElementType type, Info[] currs, Info[] refs)
public SortedMap<Info,SortedSet<DiffElement>> baseDiff(Info curr, Info ref)
curr
- ref
- null
public String diff_toString(LinkedList<name.fraser.neil.plaintext.diff_match_patch.Diff> diffs)
Copyright © 2017. All rights reserved.