Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.util.ContainerMapper
org.apache.tools.ant.util.ChainedMapper
public class ChainedMapper
extends ContainerMapper
ContainerMapper
that chains the results of the first
nested FileNameMapper
s 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