| Package | Description |
|---|---|
| org.gradle.tooling.model.eclipse |
An Eclipse-centric model of a Gradle build, provided by the Gradle tooling API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EclipseProject
The complete model of an Eclipse project.
|
| Modifier and Type | Method and Description |
|---|---|
HierarchicalEclipseProject |
HierarchicalEclipseProject.getParent()
Returns the parent of this element, if any.
|
HierarchicalEclipseProject |
EclipseProjectDependency.getTargetProject()
Returns the target of this dependency.
|
| Modifier and Type | Method and Description |
|---|---|
DomainObjectSet<? extends HierarchicalEclipseProject> |
HierarchicalEclipseProject.getChildren()
Returns the child elements.
|
Copyright © 2013. All rights reserved