org.apache.tools.ant.taskdefs
public static class Ant.TargetElement extends Object
Since: Ant 1.6.3
Constructor Summary | |
---|---|
TargetElement()
Default constructor. |
Method Summary | |
---|---|
String | getName()
Get the name of this TargetElement. |
void | setName(String name)
Set the name of this TargetElement. |
Returns: String
.
Parameters: name the String
target name.