Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.gvm.internals.vfs
/
EmbeddedGuestVFSImpl
/
VfsDirectory
Vfs
Directory
@
JvmRecord
data
class
VfsDirectory
(
val
path
:
String
,
val
bundle
:
Int
,
val
info
:
Directory
)
:
Record
,
EmbeddedGuestVFSImpl.VfsObjectInfo
Members
Constructors
Vfs
Directory
Link copied to clipboard
constructor
(
path
:
String
,
bundle
:
Int
,
info
:
Directory
)
Properties
bundle
Link copied to clipboard
open
override
val
bundle
:
Int
info
Link copied to clipboard
val
info
:
Directory
path
Link copied to clipboard
open
override
val
path
:
String