EmbeddedVFSFactory
object EmbeddedVFSFactory : AbstractBaseVFS.VFSFactory<EmbeddedGuestVFSImpl, EmbeddedGuestVFSImpl.Builder>
Factory to create new embedded VFS implementations.
Functions
Link copied to clipboard
Create a VFS implementation with no backing data, and configured with defaults.
open override fun create(builder: AbstractBaseVFS.VFSBuilder<EmbeddedGuestVFSImpl>): EmbeddedGuestVFSImpl
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.