org.apache.tools.ant.util

Class ChainedMapper

Implemented Interfaces:
FileNameMapper

public class ChainedMapper
extends ContainerMapper

A 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)
.

Methods inherited from class org.apache.tools.ant.util.ContainerMapper

add, addConfigured, addConfiguredMapper, contains, getMappers, setFrom, setTo

Method Details

mapFileName

public String[] mapFileName(String sourceFileName)
.
Specified by:
mapFileName in interface FileNameMapper