public abstract class AbstractDecompileTask extends AbstractLoomTask
| Constructor and Description |
|---|
AbstractDecompileTask() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getInput() |
org.gradle.api.file.FileCollection |
getLibraries() |
java.io.File |
getLineMapFile() |
java.io.File |
getOutput() |
void |
setInput(java.lang.Object input) |
void |
setLibraries(java.lang.Object libraries) |
void |
setLineMapFile(java.lang.Object lineMapFile) |
void |
setOutput(java.lang.Object output) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Input public java.io.File getInput()
@OutputFile public java.io.File getOutput()
@OutputFile public java.io.File getLineMapFile()
@Input public org.gradle.api.file.FileCollection getLibraries()
public void setInput(java.lang.Object input)
public void setOutput(java.lang.Object output)
public void setLineMapFile(java.lang.Object lineMapFile)
public void setLibraries(java.lang.Object libraries)