Searched refs:cloneConfigWithFilter (Results 1 – 7 of 7) sorted by relevance
316 public File cloneConfigWithFilter(String... whitelistConfigs) throws IOException; in cloneConfigWithFilter() method328 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... whitelistConfigs) in cloneConfigWithFilter() method
765 public File cloneConfigWithFilter(String... whitelistConfigs) throws IOException { in cloneConfigWithFilter() method in GlobalConfiguration766 return cloneConfigWithFilter(new HashSet<>(), whitelistConfigs); in cloneConfigWithFilter()771 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... whitelistConfigs) in cloneConfigWithFilter() method in GlobalConfiguration
180 tmpXml = spyGlobal.cloneConfigWithFilter(); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()225 spyGlobal.cloneConfigWithFilter(new String[] {"wtf_handler", "remote-manager"}); in testCreateGlobalConfiguration_cloneConfigWithFilter()
131 return GlobalConfiguration.getInstance().cloneConfigWithFilter(exclusionPatterns); in dumpFilteredGlobalConfig()
406 return globalConfig.cloneConfigWithFilter(); in dumpGlobalConfig()
188 GlobalConfiguration.getInstance().cloneConfigWithFilter(); in preRun()
250 .cloneConfigWithFilter(new HashSet<>(), whitelistConfigs); in runTests()