Package graphql.schema.diff.reporting
Class CapturingReporter
java.lang.Object
graphql.schema.diff.reporting.CapturingReporter
- All Implemented Interfaces:
- DifferenceReporter
A reporter that captures all the difference events as they occur
- 
Constructor Details- 
CapturingReporterpublic CapturingReporter()
 
- 
- 
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
 
- 
getEvents
- 
getInfos
- 
getBreakages
- 
getDangers
- 
getInfoCountpublic int getInfoCount()
- 
getBreakageCountpublic int getBreakageCount()
- 
getDangerCountpublic int getDangerCount()
 
-