Class FlatFileNameMapper

java.lang.Object
org.apache.tools.ant.util.FlatFileNameMapper
All Implemented Interfaces:
FileNameMapper

public class FlatFileNameMapper extends Object implements FileNameMapper
Implementation of FileNameMapper that always returns the source file name without any leading directory information.

This is the default FileNameMapper for the copy and move tasks if the flatten attribute has been set.