Class SuffixFileMapper

java.lang.Object
org.codehaus.plexus.components.io.filemappers.AbstractFileMapper
org.codehaus.plexus.components.io.filemappers.SuffixFileMapper
All Implemented Interfaces:
FileMapper

@Named("suffix") public class SuffixFileMapper extends AbstractFileMapper
A file mapper, which maps by adding a suffix to the filename. If the filename contains dot, the suffix will be added before. Example: directory/archive.tar.gz => directory/archivesuffix.tar.gz