|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.Reference org.apache.tools.ant.taskdefs.Ant.Reference
public static class Ant.Reference
Helper class that implements the nested <reference> element of <ant> and <antcall>.
Constructor Summary | |
---|---|
Ant.Reference()
Creates a reference to be configured by Ant. |
Method Summary | |
---|---|
java.lang.String |
getToRefid()
Get the id under which this reference will be stored in the new project. |
void |
setToRefid(java.lang.String targetid)
Set the id that this reference to be stored under in the new project. |
Methods inherited from class org.apache.tools.ant.types.Reference |
---|
getProject, getReferencedObject, getReferencedObject, getRefId, setProject, setRefId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ant.Reference()
Method Detail |
---|
public void setToRefid(java.lang.String targetid)
targetid
- the id under which this reference will be passed to
the new project.public java.lang.String getToRefid()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |