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
/
BundleInfo
Bundle
Info
@
JvmRecord
data
class
BundleInfo
(
val
id
:
Int
,
val
location
:
String
,
val
type
:
EmbeddedGuestVFSImpl.BundleFormat
)
:
Record
Members
Constructors
Bundle
Info
Link copied to clipboard
constructor
(
id
:
Int
,
location
:
String
,
type
:
EmbeddedGuestVFSImpl.BundleFormat
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
Int
Internal (local) ID for the bundle.
location
Link copied to clipboard
val
location
:
String
URI or symbolic location for the bundle.
type
Link copied to clipboard
val
type
:
EmbeddedGuestVFSImpl.BundleFormat
Format for the bundle.