public static class AntCallBack.Reference
extends org.apache.tools.ant.types.Reference
Constructor and Description |
---|
AntCallBack.Reference()
Creates a reference to be configured by Ant
|
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.
|
public AntCallBack.Reference()
public void setToRefid(java.lang.String targetid)
targetid
- the id under which this reference will be passed to
the new projectpublic java.lang.String getToRefid()