Package com.netcracker.profiler.io
Class ExcelExporter
java.lang.Object
com.netcracker.profiler.io.ExcelExporter
-
Constructor Summary
ConstructorsConstructorDescriptionExcelExporter(AggregateCallsToXLSXListenerFactory aggregateListenerFactory, CallsToXLSXListenerFactory callsListenerFactory, CallReaderFactory callReaderFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(TemporalRequestParams temporal, Map<String, String[]> params, OutputStream out) voidexport(TemporalRequestParams temporal, Map<String, String[]> params, OutputStream out, String serverAddress)
-
Constructor Details
-
ExcelExporter
@Inject public ExcelExporter(AggregateCallsToXLSXListenerFactory aggregateListenerFactory, CallsToXLSXListenerFactory callsListenerFactory, CallReaderFactory callReaderFactory)
-
-
Method Details
-
export
-
export
public void export(TemporalRequestParams temporal, Map<String, String[]> params, OutputStream out, String serverAddress)
-