Package org.qubership.profiler.io.xlsx
Class AggregateCallsToXLSXListener
java.lang.Object
org.qubership.profiler.io.xlsx.AggregateCallsToXLSXListener
- All Implemented Interfaces:
CallListener,ICallsToXLSXListener
@Component
@Scope("prototype")
public class AggregateCallsToXLSXListener
extends Object
implements ICallsToXLSXListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAggregateCallsToXLSXListener(CallFilterer cf, OutputStream out, Map<String, Object> formatContext) -
Method Summary
-
Field Details
-
formatter
-
-
Constructor Details
-
AggregateCallsToXLSXListener
public AggregateCallsToXLSXListener(CallFilterer cf, OutputStream out, Map<String, Object> formatContext)
-
-
Method Details
-
processCalls
public void processCalls(String rootReference, ArrayList<Call> calls, List<String> tags, Map<String, org.qubership.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requiredIds) - Specified by:
processCallsin interfaceCallListener
-
postProcess
- Specified by:
postProcessin interfaceCallListener
-
postProcess
public void postProcess()- Specified by:
postProcessin interfaceICallsToXLSXListener
-
processError
- Specified by:
processErrorin interfaceICallsToXLSXListener
-