Package org.apache.tools.ant
Interface DynamicAttribute
- 
- All Known Subinterfaces:
- DynamicConfigurator
 - All Known Implementing Classes:
- MacroInstance,- ScriptDefBase,- XSLTProcess.Factory.Attribute
 
 public interface DynamicAttributeEnables a task to control unknown attributes- Since:
- Ant 1.5
 
- 
- 
Method SummaryModifier and Type Method Description voidsetDynamicAttribute(java.lang.String name, java.lang.String value)Set a named attribute to the given value
 
- 
- 
- 
Method Detail- 
setDynamicAttributevoid setDynamicAttribute(java.lang.String name, java.lang.String value) throws BuildExceptionSet 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
 
 
- 
 
-