org.gradle.tooling.model.eclipse
Interface EclipseProject

All Superinterfaces:
Project

public interface EclipseProject
extends Project

An Eclipse-centric view of a Gradle project.


Method Summary
 DomainObjectSet<? extends EclipseProject> getChildProjects()
          Returns the child projects of this project.
 DomainObjectSet<? extends ExternalDependency> getClasspath()
          Returns the dependencies which make up the classpath of this project.
 
Methods inherited from interface org.gradle.tooling.model.Project
getName
 

Method Detail

getChildProjects

DomainObjectSet<? extends EclipseProject> getChildProjects()
Returns the child projects of this project.

Specified by:
getChildProjects in interface Project
Returns:
The child projects. Returns an empty set if this project has no children.

getClasspath

DomainObjectSet<? extends ExternalDependency> getClasspath()
Returns the dependencies which make up the classpath of this project.

Returns:
The dependencies. Returns an empty set if the project has no dependencies.