| Package | Description |
|---|---|
| org.gradle.api.internal | |
| org.gradle.api.internal.project | |
| org.gradle.initialization | |
| org.gradle.invocation |
| Modifier and Type | Method and Description |
|---|---|
IProjectRegistry<DefaultProjectDescriptor> |
SettingsInternal.getProjectRegistry() |
IProjectRegistry<ProjectInternal> |
GradleInternal.getProjectRegistry() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectRegistry<T extends ProjectIdentifier> |
| Modifier and Type | Method and Description |
|---|---|
protected IProjectRegistry |
GradleInternalServiceRegistry.createIProjectRegistry() |
IProjectRegistry<ProjectInternal> |
ProjectInternal.getProjectRegistry() |
IProjectRegistry<ProjectInternal> |
AbstractProject.getProjectRegistry() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProjectDescriptorRegistry |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectDescriptorRegistry |
| Modifier and Type | Method and Description |
|---|---|
IProjectRegistry<DefaultProjectDescriptor> |
BaseSettings.getProjectRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProjectDirectoryProjectSpec.checkPreconditions(IProjectRegistry<?> registry) |
protected void |
DefaultProjectSpec.checkPreconditions(IProjectRegistry<?> registry) |
protected void |
BuildFileProjectSpec.checkPreconditions(IProjectRegistry<?> registry) |
protected void |
AbstractProjectSpec.checkPreconditions(IProjectRegistry<?> registry) |
boolean |
ProjectSpec.containsProject(IProjectRegistry<?> registry)
Determines whether the given registry contains at least 1 project which meets this spec.
|
boolean |
AbstractProjectSpec.containsProject(IProjectRegistry<?> registry) |
<T extends ProjectIdentifier> |
ProjectSpec.selectProject(IProjectRegistry<? extends T> registry)
Returns the single project in the given registry which meets this spec.
|
<T extends ProjectIdentifier> |
AbstractProjectSpec.selectProject(IProjectRegistry<? extends T> registry) |
| Modifier and Type | Method and Description |
|---|---|
IProjectRegistry<ProjectInternal> |
DefaultGradle.getProjectRegistry() |
Copyright © 2013. All rights reserved