public class GlobalConfigurationService extends Object
Constructor and Description |
---|
GlobalConfigurationService() |
Modifier and Type | Method and Description |
---|---|
protected void |
addGlobalConfigDataForSonarInstance(net.sf.json.JSONObject globalConfigData) |
protected boolean |
containsGlobalConfigWithName(String name) |
protected net.sf.json.JSONArray |
createJsonArrayFromObject(net.sf.json.JSONObject globalDataConfigs) |
protected net.sf.json.JSONArray |
getGlobalConfigsArray(net.sf.json.JSON globalDataConfigs) |
protected void |
initGlobalDataConfig(net.sf.json.JSON globalDataConfigs) |
protected List<GlobalConfigDataForSonarInstance> |
instantiateGlobalConfigData(net.sf.json.JSONObject json) |
void |
setListOfGlobalConfigInstances(List<GlobalConfigDataForSonarInstance> listOfGlobalConfigInstances) |
public void setListOfGlobalConfigInstances(List<GlobalConfigDataForSonarInstance> listOfGlobalConfigInstances)
protected List<GlobalConfigDataForSonarInstance> instantiateGlobalConfigData(net.sf.json.JSONObject json)
protected void initGlobalDataConfig(net.sf.json.JSON globalDataConfigs)
protected net.sf.json.JSONArray getGlobalConfigsArray(net.sf.json.JSON globalDataConfigs)
protected net.sf.json.JSONArray createJsonArrayFromObject(net.sf.json.JSONObject globalDataConfigs)
protected void addGlobalConfigDataForSonarInstance(net.sf.json.JSONObject globalConfigData)
protected boolean containsGlobalConfigWithName(String name)
Copyright © 2016. All rights reserved.