org.apache.tools.ant.util
public class MergingMapper extends Object implements FileNameMapper
This is the default FileNameMapper for the archiving tasks and uptodate.
| Field Summary | |
|---|---|
| protected String[] | mergedFile |
| Constructor Summary | |
|---|---|
| MergingMapper() | |
| MergingMapper(String to) | |
| Method Summary | |
|---|---|
| String[] | mapFileName(String sourceFileName)
Returns an one-element array containing the file name set via setTo. |
| void | setFrom(String from)
Ignored. |
| void | setTo(String to)
Sets the name of the merged file. |
Since: Ant 1.8.0
Parameters: sourceFileName ignored.
Returns: a one-element array containing the merged filename.
Parameters: from ignored.
Parameters: to the name of the merged file.