public final class TaskStructure extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String name)
Get a single attribute.
|
Set<String> |
getAttributeNames()
Get a set of all defined attribute names.
|
TaskStructure[] |
getChildren()
Get any configured child elements.
|
String |
getName()
Get the element name.
|
String |
getText()
Get configured nested text.
|
String |
toString() |
public String getName()
public String getAttribute(String name)
AntEvent.evaluate(java.lang.String)
.name
- the attribute namepublic Set<String> getAttributeNames()
getAttribute(java.lang.String)
; may be empty but not nullpublic String getText()
AntEvent.evaluate(java.lang.String)
.public TaskStructure[] getChildren()