| 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.configurations | |
| org.gradle.api.internal.project | |
| org.gradle.api.internal.tasks | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.plugins.cpp |
A
Plugin for building C++ projects with Gradle. |
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectContainer<T> |
NamedDomainObjectContainer.configure(Closure configureClosure)
Allows the container to be configured, creating missing objects as they are referenced.
|
<T> NamedDomainObjectContainer<T> |
Project.container(Class<T> type)
Creates a container for managing named objects of the specified type.
|
<T> NamedDomainObjectContainer<T> |
Project.container(Class<T> type,
Closure factoryClosure)
Creates a container for managing named objects of the specified type.
|
<T> NamedDomainObjectContainer<T> |
Project.container(Class<T> type,
NamedDomainObjectFactory<T> factory)
Creates a container for managing named objects of the specified type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationContainer
A
ConfigurationContainer is responsible for declaring and managing configurations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedDomainObjectContainer<T> |
class |
FactoryNamedDomainObjectContainer<T> |
| Constructor and Description |
|---|
NamedDomainObjectContainerConfigureDelegate(Object owner,
NamedDomainObjectContainer container) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationContainer |
| Modifier and Type | Method and Description |
|---|---|
<T> NamedDomainObjectContainer<T> |
AbstractProject.container(Class<T> type) |
<T> NamedDomainObjectContainer<T> |
AbstractProject.container(Class<T> type,
Closure factoryClosure) |
<T> NamedDomainObjectContainer<T> |
AbstractProject.container(Class<T> type,
NamedDomainObjectFactory<T> factory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetContainer |
class |
DefaultTaskContainer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceSetContainer
A
SourceSetContainer manages a set of SourceSet objects. |
interface |
TaskContainer
A
TaskContainer is responsible for managing a set of Task instances. |
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectContainer<CppSourceSet> |
CppExtension.getSourceSets() |
NamedDomainObjectContainer<CppSourceSet> |
CppExtension.sourceSets(Closure closure) |
Copyright © 2013. All rights reserved