public class FxCopParser extends IssueParser
Note that instances of this parser are not thread safe.
| Constructor and Description |
|---|
FxCopParser() |
| Modifier and Type | Method and Description |
|---|---|
Report |
parse(ReaderFactory readerFactory)
Parses the specified file for issues.
|
accepts, isXmlFilepublic Report parse(ReaderFactory readerFactory) throws ParsingException, ParsingCanceledException
IssueParserparse in class IssueParserreaderFactory - provides a reader to the reportsParsingException - 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.