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| コンストラクタと説明 |
|---|
AntTarget() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, 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, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringprotected 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 インタフェース内 TaskgetDescription クラス内 org.gradle.api.internal.AbstractTaskpublic void setDescription(String description)
gradle tasks is called.setDescription インタフェース内 TasksetDescription クラス内 org.gradle.api.internal.AbstractTaskdescription - The description of the task. Might be null.