* is used to do this and required a map of parameters that it will
* substitute into regular expressions. These are provided as a map
* of name->value pairs.
*/
public Map removeOutputs(List files, Map txtScriptParams) {
return removeOutputs(files, new AdvancedFileMatcher(txtScriptParams));
}