Element, HasGradleProject, HierarchicalElement, Model, ProjectModelEclipseProjectpublic interface HierarchicalEclipseProject extends HierarchicalElement, HasGradleProject
| Modifier and Type | Method | Description | 
|---|---|---|
| DomainObjectSet<? extends HierarchicalEclipseProject> | getChildren() | Returns the child elements, or the empty set if there are no child elements. | 
| DomainObjectSet<? extends EclipseLinkedResource> | getLinkedResources() | Returns the linked resources for this project. | 
| HierarchicalEclipseProject | getParent() | Returns the parent of this element, or  nullif there is no parent. | 
| DomainObjectSet<? extends EclipseProjectDependency> | getProjectDependencies() | Returns the project dependencies for this project. | 
| File | getProjectDirectory() | Returns the project directory for this project. | 
| DomainObjectSet<? extends EclipseSourceDirectory> | getSourceDirectories() | Returns the source directories for this project. | 
getDescription, getNamegetGradleProject, getProjectIdentifierHierarchicalEclipseProject getParent()
null if there is no parent.getParent in interface HierarchicalElementnull if there is no parent.DomainObjectSet<? extends HierarchicalEclipseProject> getChildren()
getChildren in interface HierarchicalElementDomainObjectSet<? extends EclipseProjectDependency> getProjectDependencies()
DomainObjectSet<? extends EclipseSourceDirectory> getSourceDirectories()
DomainObjectSet<? extends EclipseLinkedResource> getLinkedResources()
File getProjectDirectory() throws UnsupportedMethodException
UnsupportedMethodException - For Gradle versions older than 1.0-milestone-9, where this method is not supported.