public class ApplyS2STask extends DefaultTask
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| 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() |
FileCollection |
getExcs() |
java.util.List<java.io.File> |
getIn() |
FileCollection |
getIns() |
java.io.File |
getOut() |
FileCollection |
getOuts() |
java.io.File |
getRangeMap() |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConventionpublic void doTask()
throws java.io.IOException
java.io.IOException@InputFiles public FileCollection getIns()
@InputFiles public java.util.List<java.io.File> getIn()
public void addIn(DelayedFile in)
@OutputFiles public FileCollection getOuts()
@Internal public java.io.File getOut()
public void setOut(DelayedFile out)
@InputFiles public FileCollection getSrgs()
public void addSrg(DelayedFile srg)
public void addSrg(java.lang.String srg)
public void addSrg(java.io.File srg)
@InputFiles public 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()