Yafs Provider

public class YafsProvider

Filesystem provider of the Yafs Library. Developers can use this in their applications to register FileSystemProvider that may be used for a generic de.clayntech.yafs.FileSystem usage.

Functions

Link copied to clipboard

Returns an optionalOptional containing the provider for the given scheme if one was registered.

Link copied to clipboard
public final Unit register(FileSystemProvider provider)

Registers a new FileSystemProvider and throws an exception if the scheme is already in use.

Properties

Link copied to clipboard
public final static YafsProvider INSTANCE