public class StyleCopParser extends AbstractParser
DEPRECATION, PROPRIETARY_API| Constructor and Description |
|---|
StyleCopParser() |
| 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, parseIntaccepts, isXmlFile, parsepublic Report parse(Reader reader, Function<String,String> preProcessor) throws ParsingException, ParsingCanceledException
AbstractParserparse in class AbstractParserreader - 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.