org.apache.tools.ant.util
Class ContainerMapper
java.lang.Object
org.apache.tools.ant.util.ContainerMapper
- FileNameMapper
public abstract class ContainerMapper
extends java.lang.Object
A FileNameMapper
that contains
other FileNameMapper
s.
FileNameMapper
add
public void add(FileNameMapper fileNameMapper)
Add a FileNameMapper
.
fileNameMapper
- a FileNameMapper
.
addConfiguredMapper
public void addConfiguredMapper(Mapper mapper)
Add a Mapper
.
mapper
- the Mapper
to add.
contains
protected boolean contains(FileNameMapper fileNameMapper)
Return true
if this ContainerMapper
or any of
its sub-elements contains the specified FileNameMapper
.
fileNameMapper
- the FileNameMapper
to search for.
boolean
.
getMappers
public List getMappers()
Get the List
of FileNameMapper
s.
List
.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.