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 |
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. |
Parameters: sourceFileName ignored.
Returns: a one-element array containing the merged filename.
Parameters: from ignored.
Parameters: to the name of the merged file.