org.sonar.plugins.python.pylint
Class PylintConfiguration
java.lang.Object
org.sonar.plugins.python.pylint.PylintConfiguration
- All Implemented Interfaces:
- org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension
public class PylintConfiguration
- extends Object
- implements org.sonar.api.BatchExtension
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PYLINT_CONFIG_KEY
public static final String PYLINT_CONFIG_KEY
- See Also:
- Constant Field Values
PYLINT_KEY
public static final String PYLINT_KEY
- See Also:
- Constant Field Values
PYTHON_PATH_KEY
public static final String PYTHON_PATH_KEY
- See Also:
- Constant Field Values
PylintConfiguration
public PylintConfiguration(org.apache.commons.configuration.Configuration conf)
getPylintConfigPath
public String getPylintConfigPath(org.sonar.api.resources.Project project)
getPylintPath
public String getPylintPath()
Copyright © 2011-2012 SonarSource and Waleri Enns. All Rights Reserved.