Class Fuse

java.lang.Object
org.cryptomator.jfuse.api.Fuse
All Implemented Interfaces:
AutoCloseable

public abstract class Fuse extends Object implements AutoCloseable
Represents a FUSE file system. Instances of this class are stateful and can not be reused.

The lifecycle starts by creating an instance using the builder, then mounting the file system and closing it when done.