org.apache.tools.ant

Interface DynamicElement

public interface DynamicElement

Enables a task to control unknown elements.

Since: Ant 1.5

Method Summary
ObjectcreateDynamicElement(String name)
Create an element with the given name

Method Detail

createDynamicElement

public Object createDynamicElement(String name)
Create an element with the given name

Parameters: name the element name

Returns: the element created

Throws: BuildException when any error occurs