| Package | Description |
|---|---|
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts.dependencies |
| Modifier and Type | Method and Description |
|---|---|
DependencyArtifact |
ModuleDependency.artifact(Closure configureClosure)
Adds an artifact to this dependency.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DependencyArtifact> |
ModuleDependency.getArtifacts()
Returns the artifacts belonging to this dependency.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency |
ModuleDependency.addArtifact(DependencyArtifact artifact)
Adds an artifact to this dependency.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDependencyArtifact |
| Modifier and Type | Method and Description |
|---|---|
DependencyArtifact |
AbstractModuleDependency.artifact(Closure configureClosure) |
| Modifier and Type | Method and Description |
|---|---|
Set<DependencyArtifact> |
AbstractModuleDependency.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
AbstractModuleDependency |
AbstractModuleDependency.addArtifact(DependencyArtifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModuleDependency.setArtifacts(Set<DependencyArtifact> artifacts) |
Copyright © 2013. All rights reserved