public abstract class RegexpDocumentParser extends RegexpParser
ANT_TASK| Modifier | Constructor and Description |
|---|---|
protected |
RegexpDocumentParser(String pattern,
boolean useMultiLine)
Creates a new instance of
RegexpDocumentParser. |
| Modifier and Type | Method and Description |
|---|---|
Report |
parse(ReaderFactory reader)
Parses the specified file for issues.
|
configureIssueBuilder, createIssue, findIssuesaccepts, isXmlFileprotected RegexpDocumentParser(String pattern, boolean useMultiLine)
RegexpDocumentParser.pattern - pattern of compiler warningsuseMultiLine - Enables multi line mode. In multi line mode the expressions ^ and $ match just after or
just before, respectively, a line terminator or the end of the input sequence. By default these
expressions only match at the beginning and the end of thepublic Report parse(ReaderFactory reader) throws ParsingException
IssueParserparse in class IssueParserreader - provides a reader to the reportsParsingException - Signals that during parsing a non recoverable error has been occurredCopyright © 2018. All rights reserved.