org.apache.tools.ant.util
public class ChainedMapper extends ContainerMapper
ContainerMapper that chains the results of the first
nested FileNameMappers into sourcefiles for the second,
the second to the third, and so on, returning the resulting mapped
filenames from the last nested FileNameMapper.
| Method Summary | |
|---|---|
| String[] | mapFileName(String sourceFileName) {@inheritDoc }. |