| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.project |
| Modifier and Type | Method and Description |
|---|---|
<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 | Class and Description |
|---|---|
class |
ReflectiveNamedDomainObjectFactory<T> |
| Constructor and Description |
|---|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
NamedDomainObjectFactory<T> factory)
Creates a container that instantiates using the given factory.
|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
Namer<? super T> namer,
NamedDomainObjectFactory<T> factory)
Creates a container that instantiates using the given factory.
|
| Modifier and Type | Method and Description |
|---|---|
<T> NamedDomainObjectContainer<T> |
AbstractProject.container(Class<T> type,
NamedDomainObjectFactory<T> factory) |
Copyright © 2013. All rights reserved