org.apache.tools.ant.taskdefs
Class Ant.TargetElement
java.lang.Objectorg.apache.tools.ant.taskdefs.Ant.TargetElement
- Ant
public static class Ant.TargetElement
extends java.lang.Object
Helper class that implements the nested <target>
element of <ant> and <antcall>.
String | getName()- Get the name of this TargetElement.
|
void | setName(String name)- Set the name of this TargetElement.
|
TargetElement
public TargetElement()
Default constructor.
getName
public String getName()
Get the name of this TargetElement.
setName
public void setName(String name)
Set the name of this TargetElement.
name - the String target name.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.