org.sonar.plugins.python.pylint
Class PylintConfiguration

java.lang.Object
  extended by 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


Field Summary
static String PYLINT_CONFIG_KEY
           
static String PYLINT_KEY
           
 
Constructor Summary
PylintConfiguration(org.sonar.api.config.Settings conf)
           
 
Method Summary
 String getPylintConfigPath(org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem)
           
 String getPylintPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PylintConfiguration

public PylintConfiguration(org.sonar.api.config.Settings conf)
Method Detail

getPylintConfigPath

public String getPylintConfigPath(org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem)

getPylintPath

public String getPylintPath()


Copyright © 2011-2014 SonarSource and Waleri Enns. All Rights Reserved.