org.apache.tools.ant.taskdefs.optional.script
public static class ScriptDef.NestedElement extends Object
Method Summary | |
---|---|
void | setClassName(String className)
Set the classname of the class to be used for the nested element.
|
void | setName(String name)
set the tag name for this nested element
|
void | setType(String type)
Set the type of this element. |
Parameters: className the name of the class to use for this nested element.
Parameters: name the name of this nested element
Parameters: type the name of an Ant type, or task, to use for this nested element.