public class SonarQubeIssuesParser extends SonarQubeParser
| Constructor and Description |
|---|
SonarQubeIssuesParser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accepts(org.json.JSONObject object)
Returns whether this parser accepts the specified JSON object as valid input.
|
protected String |
getModulePath(org.json.JSONObject component,
org.json.JSONObject issue)
Extracts the module path from the specified JSON objects.
|
accepts, filterIssue, parse, parseModulePathisXmlFileprotected boolean accepts(org.json.JSONObject object)
SonarQubeParseraccepts in class SonarQubeParserobject - the JSON object to analysetrue if this parser accepts this object as valid input, false otherwiseprotected String getModulePath(org.json.JSONObject component, org.json.JSONObject issue)
SonarQubeParsergetModulePath in class SonarQubeParsercomponent - the componentissue - the issueCopyright © 2018. All rights reserved.