java.lang.Cloneable
public class AntCallBack
extends org.apache.tools.ant.taskdefs.Ant
Constructor | Description |
---|---|
AntCallBack() |
Modifier and Type | Method | Description |
---|---|---|
org.apache.tools.ant.taskdefs.Property |
createParam() |
|
void |
execute() |
Do the execution.
|
void |
setProject(org.apache.tools.ant.Project realProject) |
|
void |
setReturn(java.lang.String r) |
Set the property or properties that are set in the new project to be
transfered back to the original project.
|
addConfiguredTarget, addPropertyset, addReference, createProperty, getDefaultBuildFile, getNewProject, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, setAntfile, setDir, setInheritAll, setInheritRefs, setOutput, setTarget, setUseNativeBasedir
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void setProject(org.apache.tools.ant.Project realProject)
setProject
in class org.apache.tools.ant.ProjectComponent
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.taskdefs.Ant
org.apache.tools.ant.BuildException
- Description of the Exceptionpublic void setReturn(java.lang.String r)
r
- the name of a property in the new project to set in the original
project. This may be a comma separate list of properties.public org.apache.tools.ant.taskdefs.Property createParam()