This original code comes from org.apache.tools.ant.util package.
 
 
- 
class 
Implementation of FileNameMapper that always returns the source
 file name without any leading directory information.
 
class 
Implementation of FileNameMapper that does simple wildcard pattern
 replacements.
 
class 
Implementation of FileNameMapper that always returns the source file name.
 
class 
Implementation of FileNameMapper that always returns the same
 target file name.
 
class 
Maps directory name matches into a dotted package name.
 
class 
Implementation of RegexpPatternMapper that returns either the source file
 name or it processed by a matching Regular Expression and its replacement.
 
class 
Maps dotted package name matches to a directory name.
 
 
Returns a fully configured FileNameMapper implementation.