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 classFlatFileNameMapperImplementation of FileNameMapper that always returns the source file name without any leading directory information.classGlobPatternMapperImplementation of FileNameMapper that does simple wildcard pattern replacements.classIdentityMapperImplementation of FileNameMapper that always returns the source file name.classMergingMapperImplementation of FileNameMapper that always returns the same target file name.classPackageNameMapperMaps directory name matches into a dotted package name.classUnPackageNameMapperMaps 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 FileNameMapperMapperUtil. getFileNameMapper(Mapper mapper)Returns a fully configured FileNameMapper implementation.
-