Class DelegatingFileSystem

java.lang.Object
java.nio.file.FileSystem
io.quarkus.fs.util.base.DelegatingFileSystem
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
FileSystemWrapper

public abstract class DelegatingFileSystem extends FileSystem
Base Implementation of a FileSystem delegating most operations to another FileSystem.