|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AntAttribute
Represents an attribute in an Ant build file
| Method Summary | |
|---|---|
AntAttribute |
cloneAttribute()
Clones this attribute |
String |
getName()
Get the name of this attribute |
String |
getValue()
Get the value of this attribute |
boolean |
isRequired()
Whether this attribute is currently required |
void |
setName(String name)
Set the name of this attribute |
void |
setRequired(boolean required)
Set whether this attribute is required |
void |
setValue(String value)
Set the value of this attribute |
| Method Detail |
|---|
String getName()
void setName(String name)
name - the new nameString getValue()
void setValue(String value)
value - the new valueboolean isRequired()
void setRequired(boolean required)
required - whether it's requiredAntAttribute cloneAttribute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||