| 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 |
DefaultIdeaModuleDependency |
class |
DefaultIdeaSingleEntryLibraryDependency |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<IdeaDependency> |
DefaultIdeaModule.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
DefaultIdeaModule |
DefaultIdeaModule.setDependencies(List<IdeaDependency> dependencies) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdeaModuleDependency
dependency to a module in a project
|
interface |
IdeaSingleEntryLibraryDependency
"Single-Entry Module Library" as IDEA calls it.
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends IdeaDependency> |
IdeaModule.getDependencies()
dependencies of this module (i.e.
|
Copyright © 2013. All rights reserved