Interface FileNameMapper

All Known Implementing Classes:
ChainedMapper, CompositeMapper, ContainerMapper, CutDirsMapper, FilterMapper, FirstMatchMapper, FlatFileNameMapper, GlobPatternMapper, IdentityMapper, MergingMapper, PackageNameMapper, RegexpPatternMapper, ScriptMapper, UnPackageNameMapper

public interface FileNameMapper
Interface to be used by SourceFileScanner.

Used to find the name of the target file(s) corresponding to a source file.

The rule by which the file names are transformed is specified via the setFrom and setTo methods. The exact meaning of these is implementation dependent.