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
IOException
public void generateReport(String operationId, LogbookOperation logbookOperation) throws IOException, ParseException
IOException
ParseException
public void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2018 Vitam. All rights reserved.