Class IdentityMapper

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

public class IdentityMapper extends Object implements FileNameMapper
Implementation of FileNameMapper that always returns the source file name.

This is the default FileNameMapper for the copy and move tasks.