| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.initialization.dsl |
Classes used in the initialization DSL.
|
| org.gradle.api.internal.artifacts.configurations | |
| org.gradle.api.internal.initialization | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContainer |
Project.getConfigurations()
Returns the configurations of this project.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContainer |
ScriptHandler.getConfigurations()
Returns the configurations of this handler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationContainer |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContainer |
AbstractScriptHandler.getConfigurations() |
| Constructor and Description |
|---|
AbstractScriptHandler(MutableURLClassLoader classLoader,
RepositoryHandler repositoryHandler,
DependencyHandler dependencyHandler,
ScriptSource scriptSource,
ConfigurationContainer configContainer) |
DefaultScriptHandler(ScriptSource scriptSource,
RepositoryHandler repositoryHandler,
DependencyHandler dependencyHandler,
ConfigurationContainer configContainer,
MutableURLClassLoader classLoader) |
NoClassLoaderUpdateScriptHandler(MutableURLClassLoader classLoader,
RepositoryHandler repositoryHandler,
DependencyHandler dependencyHandler,
ScriptSource scriptSource,
ConfigurationContainer configContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarPlugin.configureConfigurations(ConfigurationContainer configurationContainer) |
Copyright © 2013. All rights reserved