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
-
CapturingReporter
public CapturingReporter()
-
-
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
-
getEvents
-
getInfos
-
getBreakages
-
getDangers
-
getInfoCount
public int getInfoCount() -
getBreakageCount
public int getBreakageCount() -
getDangerCount
public int getDangerCount()
-