|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.plugins.ide.idea.model.Projectorg.gradle.tooling.model.HierarchicalElement
org.gradle.tooling.model.eclipse.HierarchicalEclipseProject
org.gradle.tooling.model.HierarchicalProject
org.gradle.tooling.model.Element
public interface HierarchicalEclipseProject extends HierarchicalProject
Represents the basic information about an Eclipse project.
| Method Summary | |
|---|---|
DomainObjectSet
|
getChildren()
{@inheritDoc} |
DomainObjectSet
|
getLinkedResources()
Returns the linked resources for this project. |
HierarchicalEclipseProject
|
getParent()
{@inheritDoc} |
DomainObjectSet
|
getProjectDependencies()
Returns the project dependencies for this project. |
DomainObjectSet
|
getSourceDirectories()
Returns the source directories for this project. |
| Methods inherited from interface HierarchicalProject | |
|---|---|
| getChildren, getParent |
| Methods inherited from class Project | |
|---|---|
| configure, equals, getDefaultResourceName, hashCode, load, store |
| Methods inherited from interface HierarchicalElement | |
|---|---|
| getChildren, getParent |
| Methods inherited from interface Element | |
|---|---|
| getDescription, getName |
| Method Detail |
|---|
public DomainObjectSet getChildren()
public DomainObjectSet getLinkedResources()
public HierarchicalEclipseProject getParent()
public DomainObjectSet getProjectDependencies()
public DomainObjectSet getSourceDirectories()
Groovy Documentation