public class AntTarget
extends org.gradle.api.internal.ConventionTask
Task.Namer
TASK_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, getConventionMapping
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
protected void executeAntTarget()
public org.apache.tools.ant.Target getTarget()
public void setTarget(org.apache.tools.ant.Target target)
public File getBaseDir()
public void setBaseDir(File baseDir)
public String getDescription()
getDescription
in interface Task
getDescription
in class org.gradle.api.internal.AbstractTask
public void setDescription(String description)
gradle tasks
is called.setDescription
in interface Task
setDescription
in class org.gradle.api.internal.AbstractTask
description
- The description of the task. Might be null.