setRegistry
open fun setRegistry(registry: MutableMap<String, EmbeddedGuestVFSImpl.VfsObjectInfo>): AbstractBaseVFS.VFSBuilder<VFS>
Set the registry of known paths, which is used for deferred reads and writes.
Return
This builder.
Parameters
registry
Registry of known file paths, produced by indexing bundles.
See also
to set this value as a property.