This is the default FileNameMapper for the copy and move tasks if the flatten attribute has been set.
Returns an one-element array containing the source file name without any leading directory information.paramsourceFileName the name to map.returnthe file name in a one-element array. return new String[] {new java.io.File(sourceFileName).getName()};
return new String[] {new java.io.File(sourceFileName).getName()};
Ignored.paramfrom ignored.
Ignored.paramto ignored.