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
/
FilesystemKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
metadata
Link copied to clipboard
@get:
JvmName
(
name
=
"getMetadata"
)
@set:
JvmName
(
name
=
"setMetadata"
)
var
metadata
:
Filesystem.Metadata
.elide.vfs.Filesystem.Metadata metadata = 1;
metadata
Or
Null
Link copied to clipboard
val
FilesystemKt.Dsl
.
metadataOrNull
:
Filesystem.Metadata
?
root
Link copied to clipboard
@get:
JvmName
(
name
=
"getRoot"
)
@set:
JvmName
(
name
=
"setRoot"
)
var
root
:
TreeEntry
.elide.vfs.TreeEntry root = 2;
root
Or
Null
Link copied to clipboard
val
FilesystemKt.Dsl
.
rootOrNull
:
TreeEntry
?
Functions
clear
Metadata
Link copied to clipboard
fun
clearMetadata
(
)
.elide.vfs.Filesystem.Metadata metadata = 1;
clear
Root
Link copied to clipboard
fun
clearRoot
(
)
.elide.vfs.TreeEntry root = 2;
has
Metadata
Link copied to clipboard
fun
hasMetadata
(
)
:
Boolean
.elide.vfs.Filesystem.Metadata metadata = 1;
has
Root
Link copied to clipboard
fun
hasRoot
(
)
:
Boolean
.elide.vfs.TreeEntry root = 2;