public class ReportGenerator extends Object implements AutoCloseable
| Constructor and Description |
|---|
ReportGenerator(Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
generateReport(String operationId,
LogbookOperation logbookOperation) |
public ReportGenerator(Path path) throws IOException
IOExceptionpublic void generateReport(String operationId, LogbookOperation logbookOperation) throws IOException, ParseException
IOExceptionParseExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2018 Vitam. All rights reserved.