org.apache.tools.ant.util

Class ChainedMapper

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)

Method Detail

mapFileName

public String[] mapFileName(String sourceFileName)
Copyright