Searched refs:allowlistConfigs (Results 1 – 2 of 2) sorted by relevance
780 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException { in cloneConfigWithFilter() argument781 return cloneConfigWithFilter(new HashSet<>(), allowlistConfigs); in cloneConfigWithFilter()786 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() argument802 if (allowlistConfigs == null || allowlistConfigs.length == 0) { in cloneConfigWithFilter()803 allowlistConfigs = CONFIGS_FOR_SUBPROCESS_ALLOW_LIST; in cloneConfigWithFilter()805 for (String config : allowlistConfigs) { in cloneConfigWithFilter()
326 public File cloneConfigWithFilter(String... allowlistConfigs) throws IOException; in cloneConfigWithFilter() argument338 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... allowlistConfigs) in cloneConfigWithFilter() argument