public class GenSrgs extends CachedTask
| Constructor and Description |
|---|
GenSrgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraExc(java.io.File file) |
void |
addExtraSrg(java.io.File file) |
void |
doTask() |
org.gradle.api.file.FileCollection |
getExtraExcs() |
org.gradle.api.file.FileCollection |
getExtraSrgs() |
java.io.File |
getFieldsCsv() |
java.io.File |
getInExc() |
java.io.File |
getInSrg() |
java.io.File |
getMcpExc() |
java.io.File |
getMcpToNotch() |
java.io.File |
getMcpToSrg() |
java.io.File |
getMethodsCsv() |
java.io.File |
getNotchToMcp() |
java.io.File |
getNotchToSrg() |
java.io.File |
getSrgExc() |
java.io.File |
getSrgToMcp() |
void |
setFieldsCsv(DelayedFile fieldsCsv) |
void |
setInExc(DelayedFile inSrg) |
void |
setInSrg(DelayedFile inSrg) |
void |
setMcpExc(DelayedFile inSrg) |
void |
setMcpToNotch(DelayedFile reobfSrg) |
void |
setMcpToSrg(DelayedFile reobfSrg) |
void |
setMethodsCsv(DelayedFile methodsCsv) |
void |
setNotchToMcp(DelayedFile deobfSrg) |
void |
setNotchToSrg(DelayedFile deobfSrg) |
void |
setSrgExc(DelayedFile inSrg) |
void |
setSrgToMcp(DelayedFile deobfSrg) |
cacheClassHash, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, hasProperty, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfterpublic void doTask()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getInSrg()
public void setInSrg(DelayedFile inSrg)
public java.io.File getInExc()
public void setInExc(DelayedFile inSrg)
public java.io.File getMethodsCsv()
public void setMethodsCsv(DelayedFile methodsCsv)
public java.io.File getFieldsCsv()
public void setFieldsCsv(DelayedFile fieldsCsv)
public java.io.File getNotchToSrg()
public void setNotchToSrg(DelayedFile deobfSrg)
public java.io.File getNotchToMcp()
public void setNotchToMcp(DelayedFile deobfSrg)
public java.io.File getSrgToMcp()
public void setSrgToMcp(DelayedFile deobfSrg)
public java.io.File getMcpToSrg()
public void setMcpToSrg(DelayedFile reobfSrg)
public java.io.File getMcpToNotch()
public void setMcpToNotch(DelayedFile reobfSrg)
public java.io.File getSrgExc()
public void setSrgExc(DelayedFile inSrg)
public java.io.File getMcpExc()
public void setMcpExc(DelayedFile inSrg)
public org.gradle.api.file.FileCollection getExtraExcs()
public void addExtraExc(java.io.File file)
public org.gradle.api.file.FileCollection getExtraSrgs()
public void addExtraSrg(java.io.File file)