Package org.apache.tools.ant.taskdefs
Class Ant.TargetElement
java.lang.Object
org.apache.tools.ant.taskdefs.Ant.TargetElement
- Enclosing class:
- Ant
Helper class that implements the nested <target>
 element of <ant> and <antcall>.
- Since:
- Ant 1.6.3
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TargetElementpublic TargetElement()Default constructor.
 
- 
- 
Method Details- 
setNameSet the name of this TargetElement.- Parameters:
- name- the- Stringtarget name.
 
- 
getNameGet the name of this TargetElement.- Returns:
- String.
 
 
-