org.apache.tools.ant.taskdefs

Class Ant.TargetElement

public static class Ant.TargetElement extends Object

Helper class that implements the nested <target> element of <ant> and <antcall>.

Since: Ant 1.6.3

Constructor Summary
TargetElement()
Default constructor.
Method Summary
StringgetName()
Get the name of this TargetElement.
voidsetName(String name)
Set the name of this TargetElement.

Constructor Detail

TargetElement

public TargetElement()
Default constructor.

Method Detail

getName

public String getName()
Get the name of this TargetElement.

Returns: String.

setName

public void setName(String name)
Set the name of this TargetElement.

Parameters: name the String target name.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.