|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AntProject
Represents the top node in a build file, the project node
AntNode| Method Summary | |
|---|---|
String |
getBaseDir()
Gets the base directory this project is working from |
String |
getDefault()
Gets the default target name to execute in this project |
AntComment |
getHigherComment()
Gets the comment that would be above this project node |
void |
setBaseDir(String basedir)
Sets the base directory this project is working from |
void |
setDefault(String targetName)
Sets the default target to execute in this project |
void |
setHigherComment(AntComment newComment)
Sets the comment that would be above this project node |
| Methods inherited from interface antsnest.datastructure.AntNode |
|---|
addAttribute, addAttribute, addNode, addNode, changeAttribute, cloneNode, getAttribute, getAttribute, getAttributeSize, getData, getDescription, getIDPool, getName, getNode, getNodeID, getNodeSize, getNodeText, getParent, getType, getTypeAt, indexOfAttribute, indexOfNode, moveAttribute, moveNode, removeAttribute, removeAttribute, removeNode, removeNode, setData, setDescription, setIDPool, setName, setNodeID, setParent |
| Method Detail |
|---|
String getDefault()
void setDefault(String targetName)
targetName - the new default target nameString getBaseDir()
void setBaseDir(String basedir)
basedir - the new base directoryvoid setHigherComment(AntComment newComment)
newComment - the new commentAntComment getHigherComment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||