| 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 |
DefaultIdeaModule |
| Modifier and Type | Method and Description |
|---|---|
IdeaModule |
DefaultIdeaModuleDependency.getDependencyModule() |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends IdeaModule> |
DefaultIdeaProject.getChildren() |
DomainObjectSet<? extends IdeaModule> |
DefaultIdeaProject.getModules() |
| Modifier and Type | Method and Description |
|---|---|
DefaultIdeaModuleDependency |
DefaultIdeaModuleDependency.setDependencyModule(IdeaModule dependencyModule) |
| Modifier and Type | Method and Description |
|---|---|
DefaultIdeaProject |
DefaultIdeaProject.setChildren(Collection<? extends IdeaModule> children) |
| Modifier and Type | Method and Description |
|---|---|
IdeaModule |
IdeaModuleDependency.getDependencyModule()
returns dependency module
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends IdeaModule> |
IdeaProject.getChildren()
Returns modules of this idea project.
|
DomainObjectSet<? extends IdeaModule> |
IdeaProject.getModules()
Returns modules of this idea project.
|
Copyright © 2013. All rights reserved