Searched refs:cloneConfigWithFilter (Results 1 – 4 of 4) sorted by relevance
166 globalConfig.cloneConfigWithFilter(tmpXml, null); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()204 globalConfig.cloneConfigWithFilter(tmpXml, new String[] {"wtf_handler"}); in testCreateGlobalConfiguration_cloneConfigWithFilter()
298 public void cloneConfigWithFilter(File outputXml, String[] whitelistConfigs) throws IOException; in cloneConfigWithFilter() method
699 public void cloneConfigWithFilter(File outputXml, String[] whitelistConfigs) in cloneConfigWithFilter() method in GlobalConfiguration
124 GlobalConfiguration.getInstance().cloneConfigWithFilter(filteredGlobalConfig, configs); in dumpFilteredGlobalConfig()