public class EtaInstallAllDependencies
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CABAL_FILENAME |
static java.lang.String |
DEFAULT_DESTINATION_DIR |
| Constructor and Description |
|---|
EtaInstallAllDependencies() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getCabalFile() |
java.io.File |
getDestinationDir() |
java.io.File |
getFreezeConfigFile() |
void |
installAllDependencies() |
void |
setDestinationDir(org.gradle.api.provider.Provider<org.gradle.api.file.Directory> destinationDir) |
void |
setFreezeConfigFile(org.gradle.api.provider.Provider<java.io.File> freezeConfigFile) |
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, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic static final java.lang.String DEFAULT_CABAL_FILENAME
public static final java.lang.String DEFAULT_DESTINATION_DIR
@InputFile public java.io.File getFreezeConfigFile()
public void setFreezeConfigFile(org.gradle.api.provider.Provider<java.io.File> freezeConfigFile)
@InputDirectory public java.io.File getDestinationDir()
public void setDestinationDir(org.gradle.api.provider.Provider<org.gradle.api.file.Directory> destinationDir)
@InputFile public java.io.File getCabalFile()
public void installAllDependencies()