Package ise.antelope.tasks
Class AntCallBack.Reference
java.lang.Object
org.apache.tools.ant.types.Reference
ise.antelope.tasks.AntCallBack.Reference
- Enclosing class:
- AntCallBack
public static class AntCallBack.Reference
extends org.apache.tools.ant.types.Reference
Helper class that implements the nested <reference> element of
<ant> and <antcall>.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the id under which this reference will be stored in the new projectvoid
setToRefid
(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
-
Constructor Details
-
Reference
public Reference()Creates a reference to be configured by Ant
-
-
Method Details
-
setToRefid
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
Get the id under which this reference will be stored in the new project- Returns:
- the id of the reference in the new project.
-