public class MergingMapper extends java.lang.Object implements FileNameMapper
This is the default FileNameMapper for the archiving tasks and uptodate.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
mergedFile |
| Constructor and Description |
|---|
MergingMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
mapFileName(java.lang.String sourceFileName)
Returns the target filename for the
given source file.
|
void |
setFrom(java.lang.String from)
Sets the from part of the transformation rule.
|
void |
setTo(java.lang.String to)
Sets the to part of the transformation rule.
|
public void setFrom(java.lang.String from)
setFrom in interface FileNameMapperpublic void setTo(java.lang.String to)
setTo in interface FileNameMapperpublic java.lang.String mapFileName(java.lang.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.