|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.eclipse.HierarchicalEclipseProjectorg.gradle.tooling.model.HierarchicalElement
org.gradle.tooling.model.Element
org.gradle.tooling.model.Model
public interface HierarchicalEclipseProject extends HierarchicalElement
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. |
File
|
getProjectDirectory()
Returns the project directory for this project. |
DomainObjectSet
|
getSourceDirectories()
Returns the source directories for this project. |
| 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 File getProjectDirectory()
public DomainObjectSet getSourceDirectories()
Gradle API 1.5