Class ProjectReportWriter
java.lang.Object
com.exasol.errorcodecrawlermavenplugin.writer.ProjectReportWriter
This class wraps
ErrorCodeReportWriter and project report path-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectReportWriter(Path projectDir) Creates a new instance ofProjectReportWriter -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteReport(com.exsol.errorcodemodel.ErrorCodeReport report) DecoratesErrorCodeReportwriteReport method and makes sure that target directory exists before writing the report
-
Field Details
-
REPORT_PATH
Represents Error Code Report Path
-
-
Constructor Details
-
ProjectReportWriter
Creates a new instance ofProjectReportWriter- Parameters:
projectDir- represents project directory Path
-
-
Method Details
-
writeReport
public void writeReport(com.exsol.errorcodemodel.ErrorCodeReport report) DecoratesErrorCodeReportwriteReport method and makes sure that target directory exists before writing the report- Parameters:
report-ErrorCodeReport
-