org.apache.tools.ant.taskdefsClass Ant.Reference
- java.lang.Object
- org.apache.tools.ant.types.Reference
- org.apache.tools.ant.taskdefs.Ant.Reference
Constructor Summary
Constructors Constructor and Description Reference()
Creates a reference to be configured by Ant.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description 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
Method Detail
setToRefid
public void setToRefid(java.lang.String targetid)Set the id that this reference to be stored under in the new project.
- Parameters:
targetid
- the id under which this reference will be passed to the new project.
getToRefid
public java.lang.String getToRefid()Get the id under which this reference will be stored in the new project.
- Returns:
- the id of the reference in the new project.