Class ChainedMapper

java.lang.Object
org.apache.tools.ant.util.ContainerMapper
org.apache.tools.ant.util.ChainedMapper
All 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.