|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HierarchicalElement
Represents an element which belongs to some hierarchy.
| Method Summary | |
|---|---|
DomainObjectSet<? extends HierarchicalElement> |
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 org.gradle.tooling.model.Element |
|---|
getDescription, getName |
| Method Detail |
|---|
@Nullable HierarchicalElement getParent()
null if there is no parent.
null if there is no parent.DomainObjectSet<? extends HierarchicalElement> getChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||