public class MergingMapper extends Object implements FileNameMapper
This is the default FileNameMapper for the archiving tasks and uptodate.
| Modifier and Type | Field and Description |
|---|---|
protected String |
mergedFile |
| Constructor and Description |
|---|
MergingMapper() |
| 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.
|
protected String mergedFile
public void setFrom(String from)
setFrom in interface FileNameMapperpublic void setTo(String to)
setTo in interface FileNameMapperpublic 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–2014 The Apache Software Foundation. All rights reserved.