org.apache.tools.ant.taskdefs.optional.script
public class ScriptDefBase extends Task implements DynamicConfigurator
Since: Ant 1.6
Method Summary | |
---|---|
Object | createDynamicElement(String name)
Create a nested element
|
void | execute()
Locate the script defining task and execute the script by passing
control to it |
void | setDynamicAttribute(String name, String value)
Set a task attribute
|
Parameters: name the nested element name
Returns: the element to be configured
Parameters: name the attribute name. value the attribute's string value