org.sonar.plugins.python.pylint
Class PylintIssuesAnalyzer
java.lang.Object
org.sonar.plugins.python.pylint.PylintIssuesAnalyzer
public class PylintIssuesAnalyzer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
analyze
public List<org.sonar.plugins.python.pylint.Issue> analyze(String path,
Charset charset,
File out)
throws IOException
- Throws:
IOException
parseOutput
protected List<org.sonar.plugins.python.pylint.Issue> parseOutput(List<String> lines)
Copyright © 2011-2014 SonarSource and Waleri Enns. All Rights Reserved.