public class ScenarioJsonReader extends java.lang.Object implements com.google.common.base.Function<java.io.File,ReportModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScenarioJsonReader.JsonReaderException |
| Constructor and Description |
|---|
ScenarioJsonReader() |
| Modifier and Type | Method and Description |
|---|---|
ReportModel |
apply(java.io.File file) |
public ReportModel apply(java.io.File file)
apply in interface com.google.common.base.Function<java.io.File,ReportModel>ScenarioJsonReader.JsonReaderException - in case there was an error while reading the file.