org.apache.tools.antInterface DynamicObjectAttribute
public interface DynamicObjectAttribute
Enables a task to control unknown attributes. Same asDynamicAttribute
but authorize arbitrary Object as value rather than String
- Since:
- Ant 1.9
- See Also:
DynamicAttribute
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setDynamicAttribute(java.lang.String name, java.lang.Object value)
Set a named attribute to the given value
Method Detail
setDynamicAttribute
void setDynamicAttribute(java.lang.String name, java.lang.Object value) throws BuildExceptionSet a named attribute to the given value
- Parameters:
name
- the name of the attributevalue
- the new value of the attribute- Throws:
BuildException
- when any error occurs