| 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.internal | |
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.plugins | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| org.gradle.plugins.binaries.model |
Classes that model aspects of C++ projects.
|
| org.gradle.plugins.binaries.model.internal |
Implementations of the native model classes.
|
| org.gradle.plugins.cpp |
A
Plugin for building C++ projects with Gradle. |
| org.gradle.plugins.cpp.internal | |
| org.gradle.util |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<T> |
DomainObjectSet.matching(Closure spec)
Returns a collection which contains the objects in this collection which meet the given closure specification.
|
DomainObjectSet<T> |
DomainObjectSet.matching(Spec<? super T> spec)
Returns a collection which contains the objects in this collection which meet the given specification.
|
<S extends T> |
DomainObjectSet.withType(Class<S> type)
Returns a collection containing the objects in this collection of the given type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DependencySet
A set of artifact dependencies.
|
interface |
PublishArtifactSet
A set of artifacts to be published.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDomainObjectSet<T>
A domain object collection that presents a combined view of one or more collections.
|
class |
DefaultDomainObjectSet<T> |
class |
DelegatingDomainObjectSet<T> |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<T> |
DelegatingDomainObjectSet.matching(Closure spec) |
DomainObjectSet<T> |
DefaultDomainObjectSet.matching(Closure spec) |
DomainObjectSet<T> |
DelegatingDomainObjectSet.matching(Spec<? super T> spec) |
DomainObjectSet<T> |
DefaultDomainObjectSet.matching(Spec<? super T> spec) |
<S extends T> |
DelegatingDomainObjectSet.withType(Class<S> type) |
<S extends T> |
DefaultDomainObjectSet.withType(Class<S> type) |
| Constructor and Description |
|---|
DelegatingDomainObjectSet(DomainObjectSet<T> backingSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDependencySet |
class |
DefaultPublishArtifactSet |
| Constructor and Description |
|---|
DefaultDependencySet(String displayName,
DomainObjectSet<Dependency> backingSet) |
DefaultPublishArtifactSet(String displayName,
DomainObjectSet<PublishArtifact> backingSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginCollection<T extends Plugin> |
class |
DefaultProjectsPluginContainer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginCollection<T extends Plugin>
A
PluginCollection represents a collection of Plugin instances. |
interface |
PluginContainer
A
PluginContainer is used to manage a set of Plugin instances applied to a
particular project. |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<NativeDependencySet> |
NativeDependencyCapableSourceSet.getNativeDependencySets() |
DomainObjectSet<SourceSet> |
Binary.getSourceSets() |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<SourceSet> |
DefaultBinary.getSourceSets() |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<Library> |
CppSourceSet.getLibs()
Libs this source set requires
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<Library> |
DefaultCppSourceSet.getLibs() |
DomainObjectSet<NativeDependencySet> |
DefaultCppSourceSet.getNativeDependencySets() |
| Modifier and Type | Method and Description |
|---|---|
static <T> DomainObjectSet<T> |
WrapUtil.toDomainObjectSet(Class<T> type,
T... items)
Wraps the given items in a mutable domain object set.
|
Copyright © 2013. All rights reserved