|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.Element org.gradle.tooling.model.Model org.gradle.tooling.model.HierarchicalElement
public interface HierarchicalElement extends Element
Represents an element which belongs to some hierarchy.
Method Summary | |
---|---|
DomainObjectSet
|
getChildren()
Returns the child elements, or the empty set if there are no child elements. |
HierarchicalElement
|
getParent()
Returns the parent of this element, or null if there is no parent. |
Methods inherited from interface Element | |
---|---|
getDescription, getName |
Method Detail |
---|
public DomainObjectSet getChildren()
@Nullable public HierarchicalElement getParent()
Gradle API 1.12