Package com.exsol.errorcodemodel
Class ErrorCodeReportWriter
- java.lang.Object
-
- com.exsol.errorcodemodel.ErrorCodeReportWriter
-
public class ErrorCodeReportWriter extends Object
This class writes anErrorCodeReportto JSON file.
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeReportWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteReport(ErrorCodeReport report, Path target)Write anErrorCodeReportto JSON file.
-
-
-
Field Detail
-
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeReport
public void writeReport(ErrorCodeReport report, Path target)
Write anErrorCodeReportto JSON file.- Parameters:
report- report to writetarget- target file
-
-