public class ReportParser extends Object
| Constructor and Description |
|---|
ReportParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
transformToJSONReport(File file)
Transform a given static code analysis report into a JSON representation.
|
Report |
transformToReport(File file)
Transform a given static code analysis report into a plain Java object.
|
public String transformToJSONReport(File file) throws ParserException
file - Reference to the static code analysis reportParserException - - If any error occurs parsing the reportpublic Report transformToReport(File file) throws ParserException
file - Reference to the static code analysis reportParserException - - If any error occurs parsing the reportCopyright © 2020. All rights reserved.