public class DefaultDifferenceReport extends Object implements DifferenceReport
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultDifferenceReport.MatchType |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LINE_SIZE |
| Constructor and Description |
|---|
DefaultDifferenceReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
createReport(Difference difference)
Creates a report.
|
public static final int MAX_LINE_SIZE
public String createReport(Difference difference)
createReport in interface DifferenceReportdifference - The difference to output, null for a matchCopyright © 2017. All rights reserved.