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