|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.Replace
Replaces all the occurrences of the given string token with the given string value of the indicated file.
| Fields inherited from class org.apache.tools.ant.Task |
description,
project,
target |
| Constructor Summary | |
Replace()
|
|
| Method Summary | |
void |
execute()
Do the execution. |
void |
setFile(java.lang.String file)
Set the source file. |
void |
setToken(java.lang.String token)
Set the string token to replace. |
void |
setValue(java.lang.String value)
Set the string value to use as token replacement. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription,
init,
setDescription,
setTarget |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Replace()
| Method Detail |
public void execute()
throws BuildException
public void setFile(java.lang.String file)
public void setToken(java.lang.String token)
public void setValue(java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||