public class FlatFileNameMapper extends Object implements FileNameMapper
This is the default FileNameMapper for the copy and move tasks if the flatten attribute has been set.
| Constructor and Description |
|---|
FlatFileNameMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
mapFileName(String sourceFileName)
Returns the target filename for the
given source file.
|
void |
setFrom(String from)
Sets the from part of the transformation rule.
|
void |
setTo(String to)
Sets the to part of the transformation rule.
|
public void setFrom(String from)
setFrom in interface FileNameMapperfrom - The source.public void setTo(String to)
setTo in interface FileNameMapperto - The destination.public String mapFileName(String sourceFileName)
if the given rule doesn't apply to the source file, implementation must return null. SourceFileScanner will then omit the source file in question.
mapFileName in interface FileNameMappersourceFileName - the name of the source file relative to some given basedirectory.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.