|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EclipseProject
The complete model of an Eclipse project.
Note that the names of Eclipse projects are unique, and can be used as an identifier for the 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 EclipseTask> |
getTasks()
Returns the tasks of this project. |
| Methods inherited from interface org.gradle.tooling.model.eclipse.HierarchicalEclipseProject |
|---|
getProjectDependencies, getSourceDirectories |
| Methods inherited from interface org.gradle.tooling.model.Project |
|---|
getDescription, getName, getPath, getProjectDirectory |
| Method Detail |
|---|
EclipseProject getParent()
getParent in interface HierarchicalEclipseProjectgetParent in interface HierarchicalProjectDomainObjectSet<? extends EclipseProject> getChildren()
getChildren in interface HierarchicalEclipseProjectgetChildren in interface HierarchicalProjectDomainObjectSet<? extends EclipseTask> getTasks()
getTasks in interface BuildableProjectDomainObjectSet<? extends ExternalDependency> getClasspath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||