Class RegexpPatternMapper
java.lang.Object
org.apache.maven.shared.model.fileset.mappers.RegexpPatternMapper
- All Implemented Interfaces:
FileNameMapper
Implementation of RegexpPatternMapper that returns either the source file
name or it processed by a matching Regular Expression and its replacement.
This is a RegexpPatternMapper for the copy and move tasks.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RegexpPatternMapper
public RegexpPatternMapper()
-
-
Method Details
-
setFrom
Description copied from interface:FileNameMapper
Sets the from part of the transformation rule.- Specified by:
setFrom
in interfaceFileNameMapper
- Parameters:
from
- the source
-
setTo
Description copied from interface:FileNameMapper
Sets the to part of the transformation rule.- Specified by:
setTo
in interfaceFileNameMapper
- Parameters:
to
- the destination
-
mapFileName
Description copied from interface:FileNameMapper
Returns the target filename for the given source file.If the given rule doesn't apply to the source file, the implementation must return null. SourceFileScanner will then omit the source file in question.
- Specified by:
mapFileName
in interfaceFileNameMapper
- Parameters:
sourceFileName
- the name of the source file relative to some given base directory- Returns:
- the target filename for the given source file
-