Interface DynamicConfigurator
- All Superinterfaces:
DynamicAttribute, DynamicElement
- All Known Implementing Classes:
ScriptDefBase, XSLTProcess.Factory.Attribute
Enables a task to control unknown attributes and elements.
- Since:
- Ant 1.5
-
Method Summary
Methods inherited from interface DynamicAttribute
setDynamicAttributeModifier and TypeMethodDescriptionvoidsetDynamicAttribute(String name, String value) Set a named attribute to the given valueMethods inherited from interface DynamicElement
createDynamicElementModifier and TypeMethodDescriptioncreateDynamicElement(String name) Create an element with the given name