public class MergeFileMapper extends AbstractFileMapper
Modifier and Type | Field and Description |
---|---|
static String |
ROLE_HINT
The merge mappers role-hint: "merge".
|
DEFAULT_ROLE_HINT, ROLE
Constructor and Description |
---|
MergeFileMapper() |
Modifier and Type | Method and Description |
---|---|
String |
getMappedFileName(String pName)
Checks the input and returns it without modifications.
|
String |
getTargetName()
Returns the merge mappers target name.
|
void |
setTargetName(String pName)
Sets the merge mappers target name.
|
public static final String ROLE_HINT
public void setTargetName(String pName)
IllegalArgumentException
- The target name is null or empty.public String getTargetName()
IllegalArgumentException
- The target name is null or empty.public String getMappedFileName(String pName)
AbstractFileMapper
getMappedFileName
in interface FileMapper
getMappedFileName
in class AbstractFileMapper
pName
- The source name.Copyright © 2001-2012 Codehaus. All Rights Reserved.