org.apache.tools.ant
Interface DynamicAttribute
- DynamicConfigurator
- MacroInstance, ScriptDefBase, XSLTProcess.Factory.Attribute
public interface DynamicAttribute
Enables a task to control unknown attributes
- Ant 1.5
setDynamicAttribute
public void setDynamicAttribute(String name,
String value)
throws BuildException
Set a named attribute to the given value
name
- the name of the attributevalue
- the new value of the attribute
BuildException
- when any error occurs
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.