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