| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.artifacts.dsl |
Classes used in the artifact DSL.
|
| org.gradle.api.internal | |
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.dsl |
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectList<T> |
NamedDomainObjectList.matching(Closure spec)
Returns a collection which contains the objects in this collection which meet the given closure specification.
|
NamedDomainObjectList<T> |
NamedDomainObjectList.matching(Spec<? super T> spec)
Returns a collection which contains the objects in this collection which meet the given specification.
|
<S extends T> |
NamedDomainObjectList.withType(Class<S> type)
Returns a collection containing the objects in this collection of the given type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactRepositoryContainer
A
ResolverContainer is responsible for managing a set of ArtifactRepository instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryHandler
A
RepositoryHandler manages a set of repositories, allowing repositories to be defined and queried. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNamedDomainObjectList<T> |
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectList<T> |
DefaultNamedDomainObjectList.matching(Closure spec) |
NamedDomainObjectList<T> |
DefaultNamedDomainObjectList.matching(Spec<? super T> spec) |
<S extends T> |
DefaultNamedDomainObjectList.withType(Class<S> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactRepositoryContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRepositoryHandler |
Copyright © 2013. All rights reserved