|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.CallTarget
Call another target in the same project.
This only works as expected if neither property1 nor foo are defined in the project itself.
Fields inherited from class org.apache.tools.ant.Task |
description, location, project, target, taskName, taskType, wrapper |
Constructor Summary | |
CallTarget()
|
Method Summary | |
Property |
createParam()
|
void |
execute()
Called by the project to let the task do it's work. |
void |
init()
Called by the project to let the task initialize properly. |
void |
setTarget(java.lang.String target)
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallTarget()
Method Detail |
public void init()
Task
init
in class Task
org.apache.tools.ant.Task
BuildException
- if someting goes wrong with the buildpublic void execute()
Task
execute
in class Task
org.apache.tools.ant.Task
BuildException
- if someting goes wrong with the buildpublic Property createParam()
public void setTarget(java.lang.String target)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |