public class DependencyManager
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DECOMPRESS
Decompress attribute
|
static java.lang.String |
DEFAULT_DEPENDENCY_FILE
Processed dependencies file
|
static java.lang.String |
DEPENDENCIES
Dependencies
|
static java.lang.String |
TARGET
Target attribute
|
| Constructor and Description |
|---|
DependencyManager() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DownloadedDependency> |
filterFinalDependencies(java.util.List<DownloadedDependency> initialDependencies) |
void |
run()
Run method
|
compareTo, 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, replaceLogger, setImpliesSubProjectspublic static final java.lang.String DEFAULT_DEPENDENCY_FILE
public static final java.lang.String DEPENDENCIES
public static final java.lang.String DECOMPRESS
public static final java.lang.String TARGET
public void run()
throws java.lang.Exception
java.lang.Exception - throws exceptionpublic java.util.List<DownloadedDependency> filterFinalDependencies(java.util.List<DownloadedDependency> initialDependencies)