| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.util.ContainerMapperorg.apache.tools.ant.util.ChainedMapperpublic class ChainedMapperextends ContainerMapperContainerMapper 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[] |
|
Methods inherited from class org.apache.tools.ant.util.ContainerMapper | |
add, addConfiguredMapper, contains, getMappers, setFrom, setTo | |
public String[] mapFileName(String sourceFileName)
- Specified by:
- mapFileName in interface FileNameMapper