Method Summary |
|
public synchronized void | add(FileNameMapper fileNameMapper) Add a FileNameMapper . |
public void | addConfigured(FileNameMapper fileNameMapper) An add configured version of the add method.
This class used to contain an add method and an
addConfiguredMapper method. |
public void | addConfiguredMapper(Mapper mapper) Add a Mapper . |
protected synchronized boolean | contains(FileNameMapper fileNameMapper) Return true if this ContainerMapper or any of
its sub-elements contains the specified FileNameMapper .
Parameters: fileNameMapper - the FileNameMapper to search for. |
public synchronized List | getMappers() Get the List of FileNameMapper s. |
public void | setFrom(String ignore) Empty implementation. |
public void | setTo(String ignore) Empty implementation. |