gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model
/
HierarchicalElement
Hierarchical
Element
API
interface
HierarchicalElement
:
Element
(
source
)
Represents an element which belongs to some hierarchy.
Since
1.0-milestone-5
Inheritors
GradleProject
HierarchicalEclipseProject
IdeaProject
IdeaModule
Members
Functions
get
Children
Link copied to clipboard
API
abstract
fun
getChildren
(
)
:
DomainObjectSet
<
out
HierarchicalElement
>
Returns the child elements, or the empty set if there are no child elements.
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
@
Nullable
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
@
Nullable
abstract
fun
getParent
(
)
:
@
Nullable
HierarchicalElement
Returns the parent of this element, or
null
if there is no parent.