setBundle
fun setBundle(bundle: Pair<FilesystemInfo, FileSystem>): AbstractBaseVFS.VFSBuilder<EmbeddedGuestVFSImpl>
fun setBundle(bundle: Triple<FilesystemInfo, FileSystem, Map<Int, EmbeddedGuestVFSImpl.BundleInfo>>): AbstractBaseVFS.VFSBuilder<EmbeddedGuestVFSImpl>
Set the bundle to use directly (pre-loaded from some data source).
Note that setting this property force-unsets all other source options.
Return
This builder.
Parameters
bundle
FilesystemInfo and FileSystem pair to use as the bundle.
See also
to set this value as a property.