This is the default FileNameMapper for the copy and move tasks.
Returns an one-element array containing the source file name.paramsourceFileName the name to map.returnthe source filename in a one-element array. return new String[] {sourceFileName};
return new String[] {sourceFileName};
Ignored.paramfrom ignored.
Ignored.paramto ignored.