@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)
DifferenceReporter
report
in interface DifferenceReporter
differenceEvent
- the event describing the differencepublic void onEnd()
DifferenceReporter
onEnd
in interface DifferenceReporter