org.apache.tools.ant.taskdefs

Class 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

TargetElement()
Default constructor.

Method Summary

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

Constructor Details

TargetElement

public TargetElement()
Default constructor.

Method Details

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.