Searched refs:getConfigList (Results 1 – 6 of 6) sorted by relevance
135 public List<String> getConfigList(); in getConfigList() method144 public List<String> getConfigList(String subPath); in getConfigList() method154 public List<String> getConfigList(String subPath, boolean loadFromEnv); in getConfigList() method
635 public List<String> getConfigList() { in getConfigList() method in ConfigurationFactory636 return getConfigList(null); in getConfigList()643 public List<String> getConfigList(String subPath) { in getConfigList() method in ConfigurationFactory644 return getConfigList(subPath, true); in getConfigList()649 public List<String> getConfigList(String subPath, boolean loadFromEnv) { in getConfigList() method in ConfigurationFactory
96 List<String> configs = configFactory.getConfigList(mSuitePrefix, false); in loadTests()
119 List<String> configs = configFactory.getConfigList(suitePrefix, false); in loadConfigsFromJars()
364 List<String> listConfigs = mRealFactory.getConfigList(); in testListAllConfigs()378 List<String> listConfigs = mRealFactory.getConfigList(subDir); in testListSubConfig()
229 new ConfigCompletor(getConfigurationFactory().getConfigList())); in Console()