|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.BuildableProjectorg.gradle.plugins.ide.idea.model.Project
org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
org.gradle.tooling.model.HierarchicalProject
org.gradle.tooling.model.eclipse.EclipseProject
public interface EclipseProject extends BuildableProject, 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. |
EclipseProject
|
getParent()
{@inheritDoc} |
DomainObjectSet
|
getTasks()
{@inheritDoc} |
Methods inherited from interface BuildableProject | |
---|---|
getTasks |
Methods inherited from interface HierarchicalEclipseProject | |
---|---|
getChildren, getParent, getProjectDependencies, getSourceDirectories |
Methods inherited from interface HierarchicalProject | |
---|---|
getChildren, getParent |
Method Detail |
---|
public DomainObjectSet getChildren()
public DomainObjectSet getClasspath()
public EclipseProject getParent()
public DomainObjectSet getTasks()
Groovy Documentation