| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.tools.ant.util.IdentityMapper
Implementation of FileNameMapper that always returns the source file name.
This is the default FileNameMapper for the copy and move tasks.
| Constructor Summary | |
| IdentityMapper() | |
| Method Summary | |
|  java.lang.String[] | mapFileName(java.lang.String sourceFileName)Returns an one-element array containing the source file name. | 
|  void | setFrom(java.lang.String from)Ignored. | 
|  void | setTo(java.lang.String to)Ignored. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public IdentityMapper()
| Method Detail | 
public void setFrom(java.lang.String from)
setFrom in interface FileNameMapperpublic void setTo(java.lang.String to)
setTo in interface FileNameMapperpublic java.lang.String[] mapFileName(java.lang.String sourceFileName)
mapFileName in interface FileNameMappersourceFileName - the name of the source file relative to
                       some given basedirectory.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||