public class EtagDownloadTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
EtagDownloadTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask() |
java.io.File |
getFile() |
java.net.URL |
getUrl() |
boolean |
isDieWithError() |
void |
setDieWithError(boolean dieWithError) |
void |
setFile(java.lang.Object file) |
void |
setUrl(java.lang.Object url) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, 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, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void doTask()
throws java.io.IOException
java.io.IOExceptionpublic java.net.URL getUrl()
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic void setUrl(java.lang.Object url)
public java.io.File getFile()
public void setFile(java.lang.Object file)
public boolean isDieWithError()
public void setDieWithError(boolean dieWithError)