Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.vfs
/
DirectoryKt
/
Dsl
/
addAll
add
All
@
JvmName
(
name
=
"addAllChildren"
)
fun
DslList
<
TreeEntry
,
DirectoryKt.Dsl.ChildrenProxy
>
.
addAll
(
values
:
Iterable
<
TreeEntry
>
)
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Parameters
values
The children to add.