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