| Package | Description |
|---|---|
| org.apache.maven.shared.model.fileset.mappers |
| Modifier and Type | Class | Description |
|---|---|---|
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 |
UnPackageNameMapper |
Maps dotted package name matches to a directory name.
|
| Modifier and Type | Method | Description |
|---|---|---|
static FileNameMapper |
MapperUtil.getFileNameMapper(Mapper mapper) |
Returns a fully configured FileNameMapper implementation.
|