public class DecompileTask extends CachedTask
CachedTask.Cached, CachedTask.ExcludedTask.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
DecompileTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doMCPStuff()
This method outputs to the cleanSrc
|
java.io.File |
getAstyleConfig() |
java.io.File |
getFernFlower() |
java.io.File |
getInJar() |
java.io.File |
getOutJar() |
java.io.File |
getPatch() |
FileCollection |
getPatches() |
java.util.HashMap<java.lang.String,byte[]> |
getResourceMap() |
java.util.HashMap<java.lang.String,java.lang.String> |
getSourceMap() |
void |
setAstyleConfig(DelayedFile astyleConfig) |
void |
setFernFlower(DelayedFile fernFlower) |
void |
setInJar(DelayedFile inJar) |
void |
setOutJar(DelayedFile outJar) |
void |
setPatch(DelayedFile patch) |
void |
setResourceMap(java.util.HashMap<java.lang.String,byte[]> resourceMap) |
void |
setSourceMap(java.util.HashMap<java.lang.String,java.lang.String> sourceMap) |
defaultCache, doesCache, setDoesCachecompareTo, 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, waitgetConventionprotected void doMCPStuff()
throws java.lang.Throwable
java.lang.Throwable - Let em throw anything.. I dont care.@Internal public java.util.HashMap<java.lang.String,java.lang.String> getSourceMap()
public void setSourceMap(java.util.HashMap<java.lang.String,java.lang.String> sourceMap)
public java.io.File getAstyleConfig()
public void setAstyleConfig(DelayedFile astyleConfig)
public java.io.File getFernFlower()
public void setFernFlower(DelayedFile fernFlower)
public java.io.File getInJar()
public void setInJar(DelayedFile inJar)
public java.io.File getOutJar()
public void setOutJar(DelayedFile outJar)
@InputFiles public FileCollection getPatches()
@InputDirectory public java.io.File getPatch()
public void setPatch(DelayedFile patch)
@Internal public java.util.HashMap<java.lang.String,byte[]> getResourceMap()
public void setResourceMap(java.util.HashMap<java.lang.String,byte[]> resourceMap)