|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EclipseProject
An Eclipse-centric view of a Gradle project.
Method Summary | |
---|---|
DomainObjectSet<? extends EclipseProject> |
getChildren()
Returns the child projects of this project. |
DomainObjectSet<? extends ExternalDependency> |
getClasspath()
Returns the external dependencies which make up the classpath of this project. |
EclipseProject |
getParent()
Returns the parent project of this project, if any. |
DomainObjectSet<? extends EclipseProjectDependency> |
getProjectDependencies()
Returns the project dependencies for this project. |
DomainObjectSet<? extends EclipseSourceDirectory> |
getSourceDirectories()
Returns the source directories for this project. |
Methods inherited from interface org.gradle.tooling.model.Project |
---|
getName, getProjectDirectory |
Method Detail |
---|
EclipseProject getParent()
getParent
in interface Project
DomainObjectSet<? extends EclipseProject> getChildren()
getChildren
in interface Project
DomainObjectSet<? extends EclipseSourceDirectory> getSourceDirectories()
DomainObjectSet<? extends EclipseProjectDependency> getProjectDependencies()
DomainObjectSet<? extends ExternalDependency> getClasspath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |