| Package | Description |
|---|---|
| org.gradle.api.internal.project | |
| org.gradle.initialization |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectRegistry<T extends ProjectIdentifier> |
interface |
IProjectRegistry<T extends ProjectIdentifier> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProject |
class |
DefaultProject |
| Modifier and Type | Method and Description |
|---|---|
ProjectIdentifier |
ProjectIdentifier.getParentIdentifier() |
ProjectIdentifier |
AbstractProject.getParentIdentifier() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectDescriptor |
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
ProjectIdentifier |
DefaultProjectDescriptor.getParentIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProjectDirectoryProjectSpec.select(ProjectIdentifier project) |
protected boolean |
BuildFileProjectSpec.select(ProjectIdentifier project) |
protected abstract boolean |
AbstractProjectSpec.select(ProjectIdentifier project) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ProjectDirectoryProjectSpec.formatMultipleMatchesMessage(Iterable<? extends ProjectIdentifier> matches) |
protected String |
BuildFileProjectSpec.formatMultipleMatchesMessage(Iterable<? extends ProjectIdentifier> matches) |
protected abstract String |
AbstractProjectSpec.formatMultipleMatchesMessage(Iterable<? extends ProjectIdentifier> matches) |
Copyright © 2013. All rights reserved