VFSConfigurator

interface VFSConfigurator

Guest VFS: Configurator

Implementations of this interface are accessed via dependency injection at the time a VFS configuration is created, so that they may participate in configuration of the VFS implementation. This entrypoint is typically only for internal use.

Functions

Link copied to clipboard
abstract fun bundles(): List<URI>

Add bundles to the list of file-system bundles which are due to be loaded. In embedded circumstances, these bundles must be loaded before any user-provided code or filesystem data. When operating in a host I/O context, the bundles are loaded to a temporary space.