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 TypeClassDescriptionclassImplementation of FileNameMapper that always returns the source file name without any leading directory information.classImplementation of FileNameMapper that does simple wildcard pattern replacements.classImplementation of FileNameMapper that always returns the source file name.classImplementation of FileNameMapper that always returns the same target file name.classMaps directory name matches into a dotted package name.classImplementation of RegexpPatternMapper that returns either the source file name or it processed by a matching Regular Expression and its replacement.classMaps dotted package name matches to a directory name.Methods in org.apache.maven.shared.model.fileset.mappers that return FileNameMapperModifier and TypeMethodDescriptionstatic FileNameMapperMapperUtil.getFileNameMapper(Mapper mapper) Returns a fully configured FileNameMapper implementation.