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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PrintStreamReporterpublic PrintStreamReporter()
- 
PrintStreamReporter
 
- 
- 
Method Details- 
reportDescription copied from interface:DifferenceReporterCalled to report a difference- Specified by:
- reportin interface- DifferenceReporter
- Parameters:
- differenceEvent- the event describing the difference
 
- 
onEndpublic void onEnd()Description copied from interface:DifferenceReporterCalled when the difference operation if finished- Specified by:
- onEndin interface- DifferenceReporter
 
 
-