Top Description Methods
org.apache.tools.ant

public Interface DynamicElement

Known Direct Subinterfaces
org.apache.tools.ant.DynamicConfigurator

Enables a task to control unknown elements.
Since
Ant 1.5

Method Summary

Modifier and TypeMethod and Description
public Object

Returns:

the element created
createDynamicElement
(String
the element name
name
)

Create an element with the given name

Method Detail

createDynamicElementback to summary
public Object createDynamicElement(String name) throws BuildException

Create an element with the given name

Parameters
name:String

the element name

Returns:Object

the element created

Exceptions
BuildException:
when any error occurs