org.apache.tools.ant.taskdefsClass Ant.TargetElement
- java.lang.Object
- org.apache.tools.ant.taskdefs.Ant.TargetElement
- Enclosing class:
- Ant
public static class Ant.TargetElement extends java.lang.Object
Helper class that implements the nested <target> element of <ant> and <antcall>.
- Since:
- Ant 1.6.3
Constructor Summary
Constructors Constructor and Description TargetElement()
Default constructor.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getName()
Get the name of this TargetElement.void
setName(java.lang.String name)
Set the name of this TargetElement.