public class FernFlowerTask extends DefaultLoomTask implements ForkingJavaExecTask
| Constructor and Description |
|---|
FernFlowerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask() |
java.io.File |
getInput() |
org.gradle.api.file.FileCollection |
getLibraries() |
java.io.File |
getLineMapFile() |
int |
getNumThreads() |
java.io.File |
getOutput() |
boolean |
isNoFork() |
void |
setInput(java.lang.Object input) |
void |
setLibraries(java.lang.Object libraries) |
void |
setLineMapFile(java.lang.Object lineMapFile) |
void |
setNoFork(boolean noFork) |
void |
setNumThreads(int numThreads) |
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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitjavaexecconfigure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, 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.lang.Throwable
java.lang.Throwable@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()
@Input public int getNumThreads()
public boolean isNoFork()
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)
public void setNoFork(boolean noFork)
public void setNumThreads(int numThreads)