@CacheableTask public class ApplyBinPatchesTask extends DefaultTask
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyBinPatchesTask.ClassPatch |
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| 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() |
FileTree |
getResources() |
void |
setClassesJar(DelayedFile extraJar) |
void |
setInJar(DelayedFile inJar) |
void |
setOutJar(DelayedFile outJar) |
void |
setPatches(DelayedFile patchesJar) |
void |
setResources(DelayedFileTree resources) |
void |
setup() |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCachepublic 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 FileTree getResources()
public void setResources(DelayedFileTree resources)