public class ScriptMapper extends AbstractScriptComponent implements FileNameMapper
description, location, project| Constructor and Description | 
|---|
| ScriptMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addMappedName(java.lang.String mapping)Add a mapped name | 
| void | clear()Reset the list of files | 
| java.lang.String[] | mapFileName(java.lang.String sourceFileName)Returns an array containing the target filename(s) 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. | 
addText, createClasspath, executeScript, getRunner, initScriptRunner, setClasspath, setClasspathRef, setLanguage, setManager, setProject, setSetBeans, setSrcclone, getDescription, getLocation, getProject, log, log, setDescription, setLocationpublic void setFrom(java.lang.String from)
setFrom in interface FileNameMapperfrom - a string.public void setTo(java.lang.String to)
setTo in interface FileNameMapperto - a string.public void clear()
public void addMappedName(java.lang.String mapping)
mapping - the value to use.public 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.