public class SonarQubeRepairConfig extends Object
| Constructor and Description |
|---|
SonarQubeRepairConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuleKeys(int ruleKey) |
FileOutputStrategy |
getFileOutputStrategy() |
String |
getGitRepoPath() |
String |
getOriginalFilesPath() |
PrettyPrintingStrategy |
getPrettyPrintingStrategy() |
List<Integer> |
getRuleKeys() |
String |
getWorkspace() |
void |
setFileOutputStrategy(FileOutputStrategy fileOutputStrategy) |
void |
setGitRepoPath(String gitRepoPath) |
void |
setOriginalFilesPath(String originalFilesPath) |
void |
setPrettyPrintingStrategy(PrettyPrintingStrategy prettyPrintingStrategy) |
void |
setWorkspace(String workspace) |
public void addRuleKeys(int ruleKey)
public void setPrettyPrintingStrategy(PrettyPrintingStrategy prettyPrintingStrategy)
public PrettyPrintingStrategy getPrettyPrintingStrategy()
public void setFileOutputStrategy(FileOutputStrategy fileOutputStrategy)
public FileOutputStrategy getFileOutputStrategy()
public void setOriginalFilesPath(String originalFilesPath)
public String getOriginalFilesPath()
public void setWorkspace(String workspace)
public String getWorkspace()
public void setGitRepoPath(String gitRepoPath)
public String getGitRepoPath()
Copyright © 2020. All rights reserved.