Searched refs:ConfigLoader (Results 1 – 4 of 4) sorted by relevance
253 protected class ConfigLoader implements IConfigDefLoader { class in ConfigurationFactory258 public ConfigLoader(boolean isGlobalConfig) { in ConfigLoader() method in ConfigurationFactory.ConfigLoader492 return new ConfigLoader(isGlobal).getConfigurationDef(name, templateMap); in getConfigurationDef()
76 new ConfigLoader(isGlobal).loadConfiguration(name, def, null, templateMap, null); in getConfigurationDef()
114 protected class GCSConfigLoader extends ConfigLoader {
737 ConfigurationDef test = mFactory.new ConfigLoader(false) in testTopDescriptionIsPreserved()