class |
FlatFileNameMapper |
Implementation of FileNameMapper that always returns the source
file name without any leading directory information.
|
class |
GlobPatternMapper |
Implementation of FileNameMapper that does simple wildcard pattern
replacements.
|
class |
IdentityMapper |
Implementation of FileNameMapper that always returns the source file name.
|
class |
MergingMapper |
Implementation of FileNameMapper that always returns the same
target file name.
|
class |
PackageNameMapper |
Maps directory name matches into a dotted package name.
|
class |
RegexpPatternMapper |
Implementation of RegexpPatternMapper that returns either the source file
name or it processed by a matching Regular Expression and its replacement.
|
class |
UnPackageNameMapper |
Maps dotted package name matches to a directory name.
|