EmbeddedVFSFactory

Factory to create new embedded VFS implementations.

Functions

Link copied to clipboard
open override fun create(): EmbeddedGuestVFSImpl

Create a VFS implementation with no backing data, and configured with defaults.

Create a VFS implementation from the provided builder.

Create a VFS implementation configured with the provided effective config.

open override fun create(configurator: EmbeddedGuestVFSImpl.Builder.() -> Unit): EmbeddedGuestVFSImpl

Create a VFS implementation configured with the provided configurator.