public class AndroidCheckstyleExtension extends SourceSetBasedCodeQualityExtension
CheckstyleExtension| Constructor and Description |
|---|
AndroidCheckstyleExtension() |
| Modifier and Type | Method and Description |
|---|---|
TextResource |
getConfig() |
File |
getConfigFile() |
Map<String,Object> |
getConfigProperties() |
int |
getMaxErrors() |
int |
getMaxWarnings() |
boolean |
isShowViolations() |
void |
setConfig(TextResource config) |
void |
setConfigFile(File configFile) |
void |
setConfigProperties(Map<String,Object> configProperties) |
void |
setMaxErrors(int maxErrors) |
void |
setMaxWarnings(int maxWarnings) |
void |
setShowViolations(boolean showViolations) |
getSourceSets, setSourceSetsgetReportsDir, getToolVersion, isIgnoreFailures, setIgnoreFailures, setReportsDir, setToolVersionpublic File getConfigFile()
@Incubating public TextResource getConfig()
public void setConfigFile(File configFile)
public void setConfig(TextResource config)
public int getMaxErrors()
public void setMaxErrors(int maxErrors)
public int getMaxWarnings()
public void setMaxWarnings(int maxWarnings)
public boolean isShowViolations()
public void setShowViolations(boolean showViolations)