org.sonar.python
Class PythonConfiguration

java.lang.Object
  extended by org.sonar.squid.api.SquidConfiguration
      extended by org.sonar.python.PythonConfiguration

public class PythonConfiguration
extends org.sonar.squid.api.SquidConfiguration


Constructor Summary
PythonConfiguration(Charset charset)
           
 
Method Summary
 boolean getIgnoreHeaderComments()
           
 void setIgnoreHeaderComments(boolean ignoreHeaderComments)
           
 
Methods inherited from class org.sonar.squid.api.SquidConfiguration
getCharset, setStopSquidOnException, stopSquidOnException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonConfiguration

public PythonConfiguration(Charset charset)
Method Detail

setIgnoreHeaderComments

public void setIgnoreHeaderComments(boolean ignoreHeaderComments)

getIgnoreHeaderComments

public boolean getIgnoreHeaderComments()


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