org.apache.tools.ant.util
public abstract class ContainerMapper extends Object implements FileNameMapper
Method Summary | |
---|---|
void | add(FileNameMapper fileNameMapper)
Add a FileNameMapper . |
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 FileNameMapper s. |
void | setFrom(String ignore)
Empty implementation. |
void | setTo(String ignore)
Empty implementation. |
FileNameMapper
.Parameters: fileNameMapper a FileNameMapper
.
UNKNOWN: IllegalArgumentException
if attempting to add this
ContainerMapper
to itself, or if the specified
FileNameMapper
is itself a ContainerMapper
that contains this ContainerMapper
.
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 FileNameMapper
s.Returns: List
.