| Package | Description |
|---|---|
| org.gradle.tooling.internal.idea | |
| org.gradle.tooling.model.idea |
IntelliJ IDEA related API of the tooling API
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdeaProject |
| Modifier and Type | Method and Description |
|---|---|
IdeaProject |
DefaultIdeaModule.getParent() |
IdeaProject |
DefaultIdeaModule.getProject() |
| Modifier and Type | Method and Description |
|---|---|
DefaultIdeaModule |
DefaultIdeaModule.setParent(IdeaProject parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicIdeaProject
IdeaProject that does not provide/resolve any external dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
IdeaProject |
IdeaModule.getParent()
Returns the project of this module.
|
IdeaProject |
IdeaModule.getProject()
Returns the project of this module.
|
Copyright © 2013. All rights reserved