public class AntTarget
extends org.gradle.api.internal.ConventionTask
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description | 
|---|
| AntTarget() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | executeAntTarget() | 
| File | getBaseDir()Returns the Ant project base directory to use when executing the target. | 
| String | getDescription()Returns the description of this task. | 
| 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)Sets a description for this task. | 
| void | setTarget(org.apache.tools.ant.Target target)Sets the Ant target to execute. | 
conventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringprotected void executeAntTarget()
@Internal public org.apache.tools.ant.Target getTarget()
public void setTarget(org.apache.tools.ant.Target target)
@Internal public File getBaseDir()
public void setBaseDir(File baseDir)
@Internal public String getDescription()
getDescription in interface TaskgetDescription in class org.gradle.api.internal.AbstractTaskpublic void setDescription(String description)
gradle tasks is called.setDescription in interface TasksetDescription in class org.gradle.api.internal.AbstractTaskdescription - The description of the task. Might be null.