| Package | Description |
|---|---|
| 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 |
DefaultIdeaModuleDependency |
class |
DefaultIdeaSingleEntryLibraryDependency |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalDependency
Represents an external artifact dependency.
|
interface |
ProjectDependency
Represents a dependency on another project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EclipseProjectDependency
Represents a dependency on another Eclipse project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdeaDependency
Idea dependency
|
interface |
IdeaModuleDependency
dependency to a module in a project
|
interface |
IdeaSingleEntryLibraryDependency
"Single-Entry Module Library" as IDEA calls it.
|
Copyright © 2013. All rights reserved