Searched refs:cloneConfigWithFilter (Results 1 – 8 of 8) sorted by relevance
181 tmpXml = spyGlobal.cloneConfigWithFilter(); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()226 spyGlobal.cloneConfigWithFilter(new String[] {"wtf_handler", "remote-manager"}); in testCreateGlobalConfiguration_cloneConfigWithFilter()309 tmpXml = globalConfig.cloneConfigWithFilter(); in testCreateGlobalConfiguration_withConfigServerAndCloneConfigWithFilter()
780 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException { in cloneConfigWithFilter() method in GlobalConfiguration781 return cloneConfigWithFilter(new HashSet<>(), allowlistConfigs); in cloneConfigWithFilter()786 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() method in GlobalConfiguration
326 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException; in cloneConfigWithFilter() method338 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() method
132 return GlobalConfiguration.getInstance().cloneConfigWithFilter(exclusionPatterns); in dumpFilteredGlobalConfig()
468 return globalConfig.cloneConfigWithFilter(); in dumpGlobalConfig()
211 GlobalConfiguration.getInstance().cloneConfigWithFilter(configList); in createGlobalConfig()
233 .cloneConfigWithFilter(new HashSet<>(), whitelistConfigs); in runTests()
279 GlobalConfiguration.getInstance().cloneConfigWithFilter(); in preRun()