org.apache.tools.ant.util
public abstract class ContainerMapper extends Object implements FileNameMapper
| Method Summary | |
|---|---|
| void | add(FileNameMapper fileNameMapper)
Add a FileNameMapper. |
| void | addConfigured(FileNameMapper fileNameMapper)
An add configured version of the add method.
|
| void | addConfiguredMapper(Mapper mapper)
Add a Mapper. |
| protected boolean | contains(FileNameMapper fileNameMapper)
Return true if this ContainerMapper or any of
its sub-elements contains the specified FileNameMapper. |
| List | getMappers()
Get the List of FileNameMappers. |
| void | setFrom(String ignore)
Empty implementation. |
| void | setTo(String ignore)
Empty implementation. |
FileNameMapper.Parameters: fileNameMapper a FileNameMapper.
Throws: IllegalArgumentException if attempting to add this
ContainerMapper to itself, or if the specified
FileNameMapper is itself a ContainerMapper
that contains this ContainerMapper.
Parameters: fileNameMapper a FileNameMapper.
Mapper.Parameters: mapper the Mapper to add.
true if this ContainerMapper or any of
its sub-elements contains the specified FileNameMapper.Parameters: fileNameMapper the FileNameMapper to search for.
Returns: boolean.
List of FileNameMappers.Returns: List.
Parameters: ignore ignored.
Parameters: ignore ignored.