A task which executes an Ant target.
Constructor and description |
---|
AntTarget
() |
Type | Name and description |
---|---|
protected void |
executeAntTarget() |
File |
getBaseDir() Returns the Ant project base directory to use when executing the target. |
String |
getDescription() {@inheritDoc} |
org.apache.tools.ant.Target |
getTarget() Returns the Ant target to execute. |
void |
setBaseDir(File baseDir) Sets the Ant project base directory to use when executing the target. |
void |
setDescription(String description) {@inheritDoc} |
void |
setTarget(org.apache.tools.ant.Target target) Sets the Ant target to execute. |
Returns the Ant project base directory to use when executing the target.
Returns the Ant target to execute.
Sets the Ant project base directory to use when executing the target.
Sets the Ant target to execute.