|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GradleProject
Gradle project.
| Method Summary | |
|---|---|
GradleProject |
findByPath(String path)
Searches all descendants (children, grand children, etc.), including self, by given path. |
DomainObjectSet<? extends GradleProject> |
getChildren()
Returns the child elements, or the empty set if there are no child elements. |
GradleProject |
getParent()
Returns the parent of this element, or null if there is no parent. |
String |
getPath()
Returns Gradle path. |
DomainObjectSet<? extends GradleTask> |
getTasks()
Returns the tasks of this project. |
| Methods inherited from interface org.gradle.tooling.model.Element |
|---|
getDescription, getName |
| Method Detail |
|---|
DomainObjectSet<? extends GradleTask> getTasks()
getTasks in interface BuildableElementGradleProject getParent()
null if there is no parent.
getParent in interface HierarchicalElementnull if there is no parent.DomainObjectSet<? extends GradleProject> getChildren()
getChildren in interface HierarchicalElementString getPath()
@Nullable GradleProject findByPath(String path)
null if not found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||