Package com.netcracker.profiler.io.xlsx
Class CallsToXLSXListener
java.lang.Object
com.netcracker.profiler.io.xlsx.CallsToXLSXListener
- All Implemented Interfaces:
CallListener,ICallsToXLSXListener
Prototype-scoped class - create instances via
CallsToXLSXListenerFactory.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCallsToXLSXListener(String serverAddress, CallFilterer cf, OutputStream out) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateAdditionalCells(String rootReference) protected voidvoidvoidprocessCalls(String rootReference, ArrayList<Call> calls, List<String> tags, Map<String, com.netcracker.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requiredIds) void
-
Field Details
-
formatter
-
-
Constructor Details
-
CallsToXLSXListener
-
-
Method Details
-
createCellCaptions
protected void createCellCaptions() -
createAdditionalCells
-
processCalls
public void processCalls(String rootReference, ArrayList<Call> calls, List<String> tags, Map<String, com.netcracker.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requiredIds) - Specified by:
processCallsin interfaceCallListener
-
postProcess
public void postProcess()- Specified by:
postProcessin interfaceICallsToXLSXListener
-
processError
- Specified by:
processErrorin interfaceICallsToXLSXListener
-