| Package | Description |
|---|---|
| org.gradle.tooling.internal.gradle | |
| org.gradle.tooling.internal.idea | |
| org.gradle.tooling.model |
A UI-centric model of a Gradle build, provided by the Gradle tooling API.
|
| org.gradle.tooling.model.eclipse |
An Eclipse-centric model of a Gradle build, provided by the Gradle tooling API.
|
| org.gradle.tooling.model.idea |
IntelliJ IDEA related API of the tooling API
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGradleProject |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdeaModule |
class |
DefaultIdeaProject |
| Modifier and Type | Method and Description |
|---|---|
HierarchicalElement |
DefaultIdeaProject.getParent() |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends HierarchicalElement> |
DefaultIdeaModule.getChildren() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GradleProject
Gradle project.
|
| Modifier and Type | Method and Description |
|---|---|
HierarchicalElement |
HierarchicalElement.getParent()
Returns the parent of this element, if any.
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends HierarchicalElement> |
HierarchicalElement.getChildren()
Returns the child elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EclipseProject
The complete model of an Eclipse project.
|
interface |
HierarchicalEclipseProject
Represents the basic information about an Eclipse project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicIdeaProject
IdeaProject that does not provide/resolve any external dependencies.
|
interface |
IdeaModule
Represents information about the IntelliJ IDEA module
|
interface |
IdeaProject
Represents the information about the IntelliJ IDEA project
|
Copyright © 2013. All rights reserved