FileDocCategorySizeDatePackage
DynamicAttribute.javaAPI DocApache Ant 1.701276Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant

DynamicAttribute

public interface DynamicAttribute
Enables a task to control unknown attributes
since
Ant 1.5

Fields Summary
Constructors Summary
Methods Summary
public voidsetDynamicAttribute(java.lang.String name, java.lang.String value)
Set a named attribute to the given value

param
name the name of the attribute
param
value the new value of the attribute
throws
BuildException when any error occurs