Uses of Interface
org.apache.maven.shared.model.fileset.mappers.FileNameMapper
-
Packages that use FileNameMapper Package Description org.apache.maven.shared.model.fileset.mappers -
-
Uses of FileNameMapper in org.apache.maven.shared.model.fileset.mappers
Classes in org.apache.maven.shared.model.fileset.mappers that implement FileNameMapper 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.Methods in org.apache.maven.shared.model.fileset.mappers that return FileNameMapper Modifier and Type Method Description static FileNameMapper
MapperUtil. getFileNameMapper(Mapper mapper)
Returns a fully configured FileNameMapper implementation.
-