Top Description Methods
org.apache.tools.ant

public Interface DynamicAttribute

Known Direct Subinterfaces
org.apache.tools.ant.DynamicConfigurator
Known Direct Implementers
org.apache.tools.ant.taskdefs.MacroInstance

Enables a task to control unknown attributes
Since
Ant 1.5

Method Summary

Modifier and TypeMethod and Description
public void
setDynamicAttribute(String
the name of the attribute
name
,
String
the new value of the attribute
value
)

Set a named attribute to the given value

Method Detail

setDynamicAttributeback to summary
public void setDynamicAttribute(String name, String value) throws BuildException

Set a named attribute to the given value

Parameters
name:String

the name of the attribute

value:String

the new value of the attribute

Exceptions
BuildException:
when any error occurs