Groovy Documentation

org.gradle.tooling.model.eclipse
[Java] Interface EclipseProject

org.gradle.tooling.model.Project
  org.gradle.tooling.model.eclipse.EclipseProject
All Superinterfaces:
Project

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

getChildProjects

public DomainObjectSet getChildProjects()
{@inheritDoc}


getClasspath

public DomainObjectSet 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.


 

Groovy Documentation