public class DiffLineGenerator extends Object
| Constructor and Description |
|---|
DiffLineGenerator(String file1Content,
String file2Content) |
| Modifier and Type | Method and Description |
|---|---|
List<SideBySideView.Line> |
getLines()
Calculate the line-wise diff between the two files and return a @link{SideBySideView} representation.
|
public List<SideBySideView.Line> getLines()
Copyright © 2016–2020. All rights reserved.