toggle menu
gradle
8.11.1
API
switch theme
search in API
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
IdeaModule
IdeaProject
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
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
@
Nullable
abstract
fun
getParent
(
)
:
HierarchicalElement
Returns the parent of this element, or
null
if there is no parent.