public class LintParser extends AbstractParser
DEPRECATION, PROPRIETARY_API| Constructor and Description |
|---|
LintParser() |
| Modifier and Type | Method and Description |
|---|---|
Report |
parse(Reader file,
Function<String,String> preProcessor)
Parses the specified input stream for issues.
|
getFileName, guessCategory, guessCategoryIfEmpty, parse, parse, parseIntparsepublic Report parse(Reader file, Function<String,String> preProcessor) throws ParsingException, ParsingCanceledException
AbstractParserparse in class AbstractParserfile - the reader to get the text frompreProcessor - pre processes each input line before handing it to the actual parserParsingException - Signals that during parsing a non recoverable error has been occurredParsingCanceledException - Signals that the parsing has been aborted by the userCopyright © 2018. All rights reserved.