public class EtaResolveDependencies
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_DESTINATION_DIR |
static java.lang.String |
DEFAULT_FREEZE_CONFIG_FILENAME |
| Constructor and Description |
|---|
EtaResolveDependencies() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.provider.Provider<java.util.Set<EtaDependency>> |
getDefaultDependencyProvider() |
java.util.Set<java.lang.String> |
getDependencies() |
java.io.File |
getDestinationDirectory() |
java.io.File |
getFreezeConfigFile() |
boolean |
getVersionsChanged() |
void |
resolveDependencies() |
void |
setDependencies(org.gradle.api.provider.Provider<java.util.Set<EtaDependency>> dependencies) |
void |
setDestinationDirectory(java.lang.Object dir) |
void |
setVersionsChanged(org.gradle.api.provider.Provider<java.lang.Boolean> versionsChanged) |
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_FREEZE_CONFIG_FILENAME
public static final java.lang.String DEFAULT_DESTINATION_DIR
@Internal public org.gradle.api.provider.Provider<java.util.Set<EtaDependency>> getDefaultDependencyProvider()
@Input public boolean getVersionsChanged()
public void setVersionsChanged(org.gradle.api.provider.Provider<java.lang.Boolean> versionsChanged)
@Input public java.util.Set<java.lang.String> getDependencies()
public void setDependencies(org.gradle.api.provider.Provider<java.util.Set<EtaDependency>> dependencies)
@OutputDirectory public java.io.File getDestinationDirectory()
public void setDestinationDirectory(java.lang.Object dir)
@OutputFile public java.io.File getFreezeConfigFile()
public void resolveDependencies()