Package org.apache.tools.ant.util
Class IdentityMapper
java.lang.Object
org.apache.tools.ant.util.IdentityMapper
- All Implemented Interfaces:
- FileNameMapper
Implementation of FileNameMapper that always returns the source file name.
 
This is the default FileNameMapper for the copy and move tasks.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IdentityMapperpublic IdentityMapper()
 
- 
- 
Method Details- 
setFromIgnored.- Specified by:
- setFromin interface- FileNameMapper
- Parameters:
- from- ignored.
 
- 
setToIgnored.- Specified by:
- setToin interface- FileNameMapper
- Parameters:
- to- ignored.
 
- 
mapFileNameReturns an one-element array containing the source file name.- Specified by:
- mapFileNamein interface- FileNameMapper
- Parameters:
- sourceFileName- the name to map.
- Returns:
- the source filename in a one-element array.
 
 
-