public class JcReportParser extends IssueParser
| Constructor and Description |
|---|
JcReportParser() |
| Modifier and Type | Method and Description |
|---|---|
Report |
createReport(ReaderFactory readerFactory)
Creates a Report-Object out of the content within the JcReport.xml.
|
Report |
parse(ReaderFactory reader)
Parses the specified file for issues.
|
accepts, isXmlFilepublic Report parse(ReaderFactory reader)
IssueParserparse in class IssueParserreader - provides a reader to the reportspublic Report createReport(ReaderFactory readerFactory) throws ParsingException
readerFactory - the Reader-object that is the source to build the Report-Object.ParsingException - due to digester.parse(new InputSource(source))Copyright © 2018. All rights reserved.