|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.eclipse.HierarchicalEclipseProject org.gradle.tooling.model.Element org.gradle.tooling.model.eclipse.EclipseProject org.gradle.tooling.model.Model org.gradle.tooling.model.HierarchicalElement org.gradle.tooling.model.HasGradleProject
public interface EclipseProject extends HasGradleProject, HierarchicalEclipseProject
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
|
getChildren()
{@inheritDoc} |
DomainObjectSet
|
getClasspath()
Returns the external dependencies which make up the classpath of this project. |
GradleProject
|
getGradleProject()
The gradle project that is associated with this project. |
EclipseProject
|
getParent()
{@inheritDoc} |
Methods inherited from interface HierarchicalEclipseProject | |
---|---|
getChildren, getLinkedResources, getParent, getProjectDependencies, getProjectDirectory, getSourceDirectories |
Methods inherited from interface HasGradleProject | |
---|---|
getGradleProject |
Method Detail |
---|
public DomainObjectSet getChildren()
public DomainObjectSet getClasspath()
public GradleProject getGradleProject()
See HasGradleProject
public EclipseProject getParent()
Gradle API 1.12