Package graphql.schema.diff.reporting
Class PrintStreamReporter
java.lang.Object
graphql.schema.diff.reporting.PrintStreamReporter
- All Implemented Interfaces:
DifferenceReporter
A reporter that prints its output to a PrintStream
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrintStreamReporter
public PrintStreamReporter() -
PrintStreamReporter
-
-
Method Details
-
report
Description copied from interface:DifferenceReporter
Called to report a difference- Specified by:
report
in interfaceDifferenceReporter
- Parameters:
differenceEvent
- the event describing the difference
-
onEnd
public void onEnd()Description copied from interface:DifferenceReporter
Called when the difference operation if finished- Specified by:
onEnd
in interfaceDifferenceReporter
-