public class PythonConfiguration extends Object
| Constructor and Description |
|---|
PythonConfiguration(Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
boolean |
getIgnoreHeaderComments() |
void |
setIgnoreHeaderComments(boolean ignoreHeaderComments) |
void |
setStopSquidOnException(boolean stopSquidOnException) |
boolean |
stopSquidOnException() |
public PythonConfiguration(Charset charset)
public void setIgnoreHeaderComments(boolean ignoreHeaderComments)
public boolean getIgnoreHeaderComments()
public Charset getCharset()
public void setStopSquidOnException(boolean stopSquidOnException)
public boolean stopSquidOnException()
Copyright © 2011–2018 SonarSource and Waleri Enns. All rights reserved.