Class CutDirsMapper

java.lang.Object
org.apache.tools.ant.types.mappers.CutDirsMapper
All Implemented Interfaces:
FileNameMapper

public class CutDirsMapper extends Object implements FileNameMapper
A mapper that strips of the a configurable number of leading directories from a file name.

This mapper was inspired by a user-list thread that mentioned wget's --cut-dirs option.

See Also: