VFSBuilderFactory

VFS Builder: Static Interface

Specifies the expected API surface of a VFS builder's static interface. This interface is used to construct new builders, regardless of implementation (see newBuilder).

See also

to create an empty VFS implementation builder, or to clone an existing builder.

Inheritors

Functions

Link copied to clipboard
abstract fun newBuilder(): Builder

Create a new VFS implementation builder, of type VFS.

abstract fun newBuilder(builder: Builder): Builder

Clone the provided builder to create a new builder.