Package org.sonar.python
Class PythonConfiguration
- java.lang.Object
-
- org.sonar.python.PythonConfiguration
-
public class PythonConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description PythonConfiguration(Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharsetgetCharset()booleangetIgnoreHeaderComments()voidsetIgnoreHeaderComments(boolean ignoreHeaderComments)voidsetStopSquidOnException(boolean stopSquidOnException)booleanstopSquidOnException()
-
-
-
Constructor Detail
-
PythonConfiguration
public PythonConfiguration(Charset charset)
-
-
Method Detail
-
setIgnoreHeaderComments
public void setIgnoreHeaderComments(boolean ignoreHeaderComments)
-
getIgnoreHeaderComments
public boolean getIgnoreHeaderComments()
-
getCharset
public Charset getCharset()
-
setStopSquidOnException
public void setStopSquidOnException(boolean stopSquidOnException)
-
stopSquidOnException
public boolean stopSquidOnException()
-
-