| Package | Description |
|---|---|
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.configurations |
| Modifier and Type | Method and Description |
|---|---|
DependencySet |
Configuration.getAllDependencies()
Gets the complete set of dependencies including those contributed by
superconfigurations.
|
DependencySet |
ResolvableDependencies.getDependencies()
Returns the set of dependencies which will be resolved.
|
DependencySet |
Configuration.getDependencies()
Gets the set of dependencies directly contained in this configuration
(ignoring superconfigurations).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDependencySet |
| Modifier and Type | Method and Description |
|---|---|
DependencySet |
DefaultConfiguration.getAllDependencies() |
DependencySet |
DefaultConfiguration.getDependencies() |
Copyright © 2013. All rights reserved