|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.optional.AbstractScriptComponent org.apache.tools.ant.types.optional.ScriptMapper
public class ScriptMapper
Script support at map time.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
ScriptMapper()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.tools.ant.types.optional.AbstractScriptComponent |
---|
addText, createClasspath, executeScript, getRunner, initScriptRunner, setClasspath, setClasspathRef, setLanguage, setManager, setProject, setSrc |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptMapper()
Method Detail |
---|
public void setFrom(java.lang.String from)
setFrom
in interface FileNameMapper
from
- a string.public void setTo(java.lang.String to)
setTo
in interface FileNameMapper
to
- 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 FileNameMapper
sourceFileName
- the name of the source file relative to some given
basedirectory.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |