org.apache.tools.ant
public interface DynamicAttribute
Since: Ant 1.5
Method Summary | |
---|---|
void | setDynamicAttribute(String name, String value)
Set a named attribute to the given value
|
Parameters: name the name of the attribute value the new value of the attribute
Throws: BuildException when any error occurs