| Package | Description |
|---|---|
| org.gradle.api.initialization |
Classes for managing and monitoring build initialization.
|
| org.gradle.api.internal.project | |
| org.gradle.initialization |
| Modifier and Type | Method and Description |
|---|---|
ProjectDescriptor |
Settings.findProject(File projectDir)
Returns the project with the given project directory.
|
ProjectDescriptor |
Settings.findProject(String path)
Returns the project with the given path.
|
ProjectDescriptor |
ProjectDescriptor.getParent()
Returns the parent of this project, if any.
|
ProjectDescriptor |
Settings.getRootProject()
Returns the root project of the build.
|
ProjectDescriptor |
Settings.project(File projectDir)
Returns the project with the given project directory.
|
ProjectDescriptor |
Settings.project(String path)
Returns the project with the given path.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProjectDescriptor> |
ProjectDescriptor.getChildren()
Returns the children of this project, if any.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultProject |
ProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
ProjectInternal |
IProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ProjectDescriptor |
BaseSettings.getRootProject() |
| Modifier and Type | Method and Description |
|---|---|
Set<ProjectDescriptor> |
DefaultProjectDescriptor.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectPropertySettingBuildLoader.load(ProjectDescriptor rootProjectDescriptor,
GradleInternal gradle) |
void |
InstantiatingBuildLoader.load(ProjectDescriptor rootProjectDescriptor,
GradleInternal gradle)
Creates the
GradleInternal and ProjectInternal instances for the given root project,
ready for the projects to be evaluated. |
void |
BuildLoader.load(ProjectDescriptor rootProjectDescriptor,
GradleInternal gradle)
Creates the
GradleInternal and ProjectInternal instances for the given root project,
ready for the projects to be evaluated. |
Copyright © 2013. All rights reserved