| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.script.ScriptDef.NestedElement
Class to represent a nested element definition
| Constructor Summary | |
| ScriptDef.NestedElement() | |
| Method Summary | |
|  void | setClassName(java.lang.String className)Set the classname of the class to be used for the nested element. | 
|  void | setName(java.lang.String name)set the tag name for this nested element | 
|  void | setType(java.lang.String type)Set the type of this element. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ScriptDef.NestedElement()
| Method Detail | 
public void setName(java.lang.String name)
name - the name of this nested elementpublic void setType(java.lang.String type)
type - the name of an Ant type, or task, to use for this nested
 element.public void setClassName(java.lang.String className)
className - the name of the class to use for this nested
 element.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||