|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.Projectorg.gradle.tooling.model.eclipse.EclipseProject
public interface EclipseProject extends Project
An Eclipse-centric view of a Gradle project.
| Method Summary | |
|---|---|
DomainObjectSet
|
getChildProjects()
{@inheritDoc} |
DomainObjectSet
|
getClasspath()
Returns the dependencies which make up the classpath of this project. |
| Methods inherited from interface Project | |
|---|---|
| getChildProjects, getName |
| Method Detail |
|---|
public DomainObjectSet getChildProjects()
public DomainObjectSet getClasspath()
Groovy Documentation