@CacheableTask
public class ApplyS2STask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ApplyS2STask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExc(DelayedFile exc) |
void |
addExc(java.io.File exc) |
void |
addExc(java.lang.String exc) |
void |
addIn(DelayedFile in) |
void |
addSrg(DelayedFile srg) |
void |
addSrg(java.io.File srg) |
void |
addSrg(java.lang.String srg) |
void |
doTask() |
java.io.File |
getExcModifiers() |
org.gradle.api.file.FileCollection |
getExcs() |
java.util.List<java.io.File> |
getIn() |
protected org.gradle.api.model.ObjectFactory |
getInjectedObjectFactory() |
org.gradle.api.file.FileCollection |
getIns() |
java.io.File |
getOut() |
org.gradle.api.file.FileCollection |
getOuts() |
java.io.File |
getRangeMap() |
org.gradle.api.file.FileCollection |
getSrgs() |
void |
setExcModifiers(DelayedFile value) |
void |
setOut(DelayedFile out) |
void |
setRangeMap(DelayedFile rangeMap) |
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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic void doTask()
throws java.io.IOException
java.io.IOException@Inject protected org.gradle.api.model.ObjectFactory getInjectedObjectFactory()
@InputFiles @PathSensitive(value=ABSOLUTE) public org.gradle.api.file.FileCollection getIns()
@InputFiles @PathSensitive(value=ABSOLUTE) public java.util.List<java.io.File> getIn()
public void addIn(DelayedFile in)
@OutputFiles public org.gradle.api.file.FileCollection getOuts()
@Internal public java.io.File getOut()
public void setOut(DelayedFile out)
@InputFiles @PathSensitive(value=ABSOLUTE) public org.gradle.api.file.FileCollection getSrgs()
public void addSrg(DelayedFile srg)
public void addSrg(java.lang.String srg)
public void addSrg(java.io.File srg)
@InputFiles @PathSensitive(value=ABSOLUTE) public org.gradle.api.file.FileCollection getExcs()
public void addExc(DelayedFile exc)
public void addExc(java.lang.String exc)
public void addExc(java.io.File exc)
public java.io.File getRangeMap()
public void setRangeMap(DelayedFile rangeMap)
public void setExcModifiers(DelayedFile value)
public java.io.File getExcModifiers()