org.apache.tools.ant.types.optional
Class ScriptMapper
- Cloneable, FileNameMapper
public class ScriptMapper
Script support at map time.
void | addMappedName(String mapping) - Add a mapped name
|
void | clear() - Reset the list of files
|
String[] | mapFileName(String sourceFileName) - Returns an array containing the target filename(s) 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.
|
addText , createClasspath , executeScript , getRunner , initScriptRunner , setClasspath , setClasspathRef , setLanguage , setManager , setProject , setSrc |
addMappedName
public void addMappedName(String mapping)
Add a mapped name
mapping
- the value to use.
clear
public void clear()
Reset the list of files
mapFileName
public String[] mapFileName(String sourceFileName)
Returns an array containing the target filename(s) for the given source
file.
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 FileNameMapper
sourceFileName
- the name of the source file relative to some given
basedirectory.
- an array of strings if the rule applies to the source file, or
null if it does not.
setFrom
public void setFrom(String from)
Sets the from part of the transformation rule.
- setFrom in interface FileNameMapper
setTo
public void setTo(String to)
Sets the to part of the transformation rule.
- setTo in interface FileNameMapper