Interface JsonExporterConfiguration

All Superinterfaces:
CommonExportConfiguration, ExporterConfiguration
All Known Implementing Classes:
SimpleJsonExporterConfiguration

public interface JsonExporterConfiguration extends ExporterConfiguration
Interface containing settings used by the JSON exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Method Details

    • isFlushOutput

      Boolean isFlushOutput()
      A flag that determines whether the JSON exporter should flush the output stream after writing the JSON content to it.
      See Also:
    • isReportComponentsExportOnly

      Boolean isReportComponentsExportOnly()
      A flag that determines whether the JSON exporter should export only the report components, thus ignoring the page components