public interface DataExporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(SampleContext context,
File file,
ReportGeneratorConfiguration configuration)
Export data from the specified context using the given configuration.
|
String |
getName()
Gets the name of the exporter.
|
void |
setName(String name)
Sets the name of the exporter.
|
String getName()
void setName(String name)
name - the new name of the exportervoid export(SampleContext context, File file, ReportGeneratorConfiguration configuration) throws ExportException
context - the context (must not be null)file - the file which from samples come (must not be null)configuration - the configuration (must not be null)ExportException - the export exceptionCopyright © 1998-2022 Apache Software Foundation. All Rights Reserved.