org.apache.tools.ant.types.mappers
public class FilterMapper extends FilterChain implements FileNameMapper
| Method Summary | |
|---|---|
| String[] | mapFileName(String sourceFileName)
Return the result of the filters on the sourcefilename. |
| void | setFrom(String from)
From attribute not supported. |
| void | setTo(String to)
From attribute not supported. |
Parameters: sourceFileName the filename to map
Returns: a one-element array of converted filenames, or null if the filterchain returns an empty string.
Parameters: from a string
Throws: BuildException always
Parameters: to a string
Throws: BuildException always