net.sf.antcontrib.logic
Class AntFetch.Reference
org.apache.tools.ant.types.Reference
net.sf.antcontrib.logic.AntFetch.Reference
- AntFetch
public static class AntFetch.Reference
extends org.apache.tools.ant.types.Reference
Helper class that implements the nested <reference> element of
<ant> and <antcall>.
Reference() - Creates a reference to be configured by Ant
|
String | getToRefid() - Get the id under which this reference will be stored in the new project
|
void | setToRefid(String targetid) - Set the id that this reference to be stored under in the new project.
|
Reference
public Reference()
Creates a reference to be configured by Ant
getToRefid
public String getToRefid()
Get the id under which this reference will be stored in the new project
- the id of the reference in the new project.
setToRefid
public void setToRefid(String targetid)
Set the id that this reference to be stored under in the new project.
targetid
- the id under which this reference will be passed to
the new project