public interface DynamicObjectAttribute
DynamicAttribute but authorize arbitrary Object as value
rather than StringDynamicAttribute| Modifier and Type | Method and Description |
|---|---|
void |
setDynamicAttribute(String name,
Object value)
Set a named attribute to the given value
|
void setDynamicAttribute(String name, Object value) throws BuildException
name - the name of the attributevalue - the new value of the attributeBuildException - when any error occurs