FileNameMapper
that contains
other FileNameMapper
s.
FileNameMapper
Modifier and Type | Field and Description |
---|---|
private List |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public synchronized void | |
public void | addConfigured(FileNameMapper
a fileNameMapper)FileNameMapper .An add configured version of the add method. |
public void | |
protected synchronized boolean | Returns: boolean .the fileNameMapper)FileNameMapper to search for.Return |
public synchronized List | |
public void | setFrom(String
ignored. ignore)Implements org. |
public void | setTo(String
ignored. ignore)Implements org. |
mappers | back to summary |
---|---|
private List<FileNameMapper> mappers |
ContainerMapper | back to summary |
---|---|
public ContainerMapper() |
add | back to summary |
---|---|
public synchronized void add(FileNameMapper fileNameMapper) Add a
|
addConfigured | back to summary |
---|---|
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. Dur to ordering, the add method was always called first. This addConfigured method has been added to allow chaining to work correctly.
|
addConfiguredMapper | back to summary |
---|---|
public void addConfiguredMapper(Mapper mapper) Add a
|
contains | back to summary |
---|---|
protected synchronized boolean contains(FileNameMapper fileNameMapper) Return
|
getMappers | back to summary |
---|---|
public synchronized List Get the
|
setFrom | back to summary |
---|---|
public void setFrom(String ignore) Implements org. Empty implementation. |
setTo | back to summary |
---|---|
public void setTo(String ignore) Implements org. Empty implementation. |