org.apache.tools.ant.taskdefs

Class Ant.Reference

public static class Ant.Reference extends Reference

Helper class that implements the nested <reference> element of <ant> and <antcall>.
Constructor Summary
Reference()
Creates a reference to be configured by Ant.
Method Summary
StringgetToRefid()
Get the id under which this reference will be stored in the new project.
voidsetToRefid(String targetid)
Set the id that this reference to be stored under in the new project.

Constructor Detail

Reference

public Reference()
Creates a reference to be configured by Ant.

Method Detail

getToRefid

public 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.

setToRefid

public void setToRefid(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.

Copyright