public class ApplyBinPatchesTask extends CachedTask
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyBinPatchesTask.ClassPatch |
CachedTask.Cached, CachedTask.Excluded| Constructor and Description |
|---|
ApplyBinPatchesTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask() |
java.io.File |
getClassesJar() |
java.io.File |
getInJar() |
java.io.File |
getOutJar() |
java.io.File |
getPatches() |
org.gradle.api.file.FileTree |
getResources() |
void |
setClassesJar(DelayedFile extraJar) |
void |
setInJar(DelayedFile inJar) |
void |
setOutJar(DelayedFile outJar) |
void |
setPatches(DelayedFile patchesJar) |
void |
setResources(DelayedFileTree resources) |
void |
setup() |
defaultCache, doesCache, setDoesCacheaddValidator, 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 void setup()
public java.io.File getInJar()
public void setInJar(DelayedFile inJar)
public java.io.File getOutJar()
public void setOutJar(DelayedFile outJar)
public java.io.File getPatches()
public void setPatches(DelayedFile patchesJar)
public java.io.File getClassesJar()
public void setClassesJar(DelayedFile extraJar)
public org.gradle.api.file.FileTree getResources()
public void setResources(DelayedFileTree resources)