org.apache.tools.ant.taskdefs
public class Replace.NestedString extends Object
Method Summary | |
---|---|
void | addText(String val)
The text of the element.
|
String | getText() |
void | setExpandProperties(boolean b)
Whether properties should be expanded in nested test.
|
Parameters: val the string to add
Returns: the text
If you use this class via its Java interface the text
you add via addText
has most likely been
expanded already so you do not want to set this to
true.
Since: Ant 1.8.0