| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.tools.ant.util.ContainerMapper
A FileNameMapper that contains
 other FileNameMappers.
FileNameMapper| Constructor Summary | |
| ContainerMapper() | |
| Method Summary | |
|  void | add(FileNameMapper fileNameMapper)Add a FileNameMapper. | 
|  void | addConfiguredMapper(Mapper mapper)Add a Mapper. | 
| protected  boolean | contains(FileNameMapper fileNameMapper)Return trueif thisContainerMapperor any of
 its sub-elements contains the specifiedFileNameMapper. | 
|  java.util.List | getMappers()Get the ListofFileNameMappers. | 
|  void | setFrom(java.lang.String ignore)Empty implementation. | 
|  void | setTo(java.lang.String ignore)Empty implementation. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.tools.ant.util.FileNameMapper | 
| mapFileName | 
| Constructor Detail | 
public ContainerMapper()
| Method Detail | 
public void addConfiguredMapper(Mapper mapper)
Mapper.
mapper - the Mapper to add.public void add(FileNameMapper fileNameMapper)
FileNameMapper.
fileNameMapper - a FileNameMapper.
IllegalArgumentExceptionContainerMapper to itself, or if the specified
         FileNameMapper is itself a ContainerMapper
         that contains this ContainerMapper.protected boolean contains(FileNameMapper fileNameMapper)
true if this ContainerMapper or any of
 its sub-elements contains the specified FileNameMapper.
fileNameMapper - the FileNameMapper to search for.
boolean.public java.util.List getMappers()
List of FileNameMappers.
List.public void setFrom(java.lang.String ignore)
setFrom in interface FileNameMapperpublic void setTo(java.lang.String ignore)
setTo in interface FileNameMapper| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||