public class JsonExporter extends AbstractDataExporter
DataExporter that exports statistics to JSON| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OUTPUT_FILENAME |
| Constructor and Description |
|---|
JsonExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(SampleContext context,
java.io.File file,
ReportGeneratorConfiguration reportGeneratorConfiguration)
Export data from the specified context using the given configuration.
|
findData, findValue, getName, getPropertyFromConfig, setNamepublic static final java.lang.String OUTPUT_FILENAME
public void export(SampleContext context, java.io.File file, ReportGeneratorConfiguration reportGeneratorConfiguration) throws ExportException
DataExportercontext - the context (must not be null)file - the file which from samples come (must not be null)reportGeneratorConfiguration - the configuration (must not be null)ExportException - the export exceptionCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.