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