org.apache.tools.ant

Interface DynamicAttribute

public interface DynamicAttribute

Enables a task to control unknown attributes

Since: Ant 1.5

Method Summary
voidsetDynamicAttribute(String name, String value)
Set a named attribute to the given value

Method Detail

setDynamicAttribute

public 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

Copyright