Interface SecurityAnalysisResultExporter

All Known Implementing Classes:
JsonSecurityAnalysisResultExporter

public interface SecurityAnalysisResultExporter
Author:
Mathieu Bague <mathieu.bague at rte-france.com>
  • Method Details

    • getFormat

      String getFormat()
      Get the format of this exporter
      Returns:
      the format name of this exporter
    • getComment

      String getComment()
      Get a brief description of this exporter
      Returns:
      a brief description of this exporter
    • export

      default void export(SecurityAnalysisResult result, Writer writer)
      Export a result of a security analysis
      Parameters:
      result - The result of the security analysis
      writer - The writer used for the export
    • export

      default void export(SecurityAnalysisResult result, Properties parameters, Writer writer)
      Export a result of a security analysis
      Parameters:
      result - The result of the security analysis
      writer - The writer used for the export