@PublicApi public class PrintStreamReporter extends java.lang.Object implements DifferenceReporter
| Constructor and Description | 
|---|
PrintStreamReporter()  | 
PrintStreamReporter(java.io.PrintStream out)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onEnd()
Called when the difference operation if finished 
 | 
void | 
report(DiffEvent differenceEvent)
Called to report a difference 
 | 
public PrintStreamReporter()
public PrintStreamReporter(java.io.PrintStream out)
public void report(DiffEvent differenceEvent)
DifferenceReporterreport in interface DifferenceReporterdifferenceEvent - the event describing the differencepublic void onEnd()
DifferenceReporteronEnd in interface DifferenceReporter