Class MainResultFileExporter
- java.lang.Object
-
- com.farao_community.farao.gridcapa_core_valid.app.services.results_export.MainResultFileExporter
-
- All Implemented Interfaces:
ResultFileExporter
@Component public class MainResultFileExporter extends Object implements ResultFileExporter
ResultFileExporter implementation generating a file which gives an overview of the limitingBranch for each study pointof the timestamp.- Author:
- Alexandre Montigny <alexandre.montigny at rte-france.com>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.farao_community.farao.gridcapa_core_valid.app.services.results_export.ResultFileExporter
ResultFileExporter.ResultType
-
-
Constructor Summary
Constructors Constructor Description MainResultFileExporter(MinioAdapter minioAdapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexportStudyPointResult(List<StudyPointResult> studyPointResults, OffsetDateTime timestamp)
-
-
-
Constructor Detail
-
MainResultFileExporter
public MainResultFileExporter(MinioAdapter minioAdapter)
-
-
Method Detail
-
exportStudyPointResult
public String exportStudyPointResult(List<StudyPointResult> studyPointResults, OffsetDateTime timestamp)
- Specified by:
exportStudyPointResultin interfaceResultFileExporter
-
-