Package org.apache.maven.shared.model.fileset.mappers
package org.apache.maven.shared.model.fileset.mappers
This original code comes from org.apache.tools.ant.util package.
-
ClassDescriptionInterface used by SourceFileScanner to find the name of the target file(s) corresponding to a source file.Implementation of FileNameMapper that always returns the source file name without any leading directory information.Implementation of FileNameMapper that does simple wildcard pattern replacements.Implementation of FileNameMapper that always returns the source file name.Mapper ExceptionElement to define a FileNameMapper.Implementation of FileNameMapper that always returns the same target file name.Maps directory name matches into a dotted package name.Implementation of RegexpPatternMapper that returns either the source file name or it processed by a matching Regular Expression and its replacement.Maps dotted package name matches to a directory name.