Class FileSystemWrapper

All Implemented Interfaces:
Closeable, AutoCloseable

public class FileSystemWrapper extends DelegatingFileSystem
  • Constructor Details

    • FileSystemWrapper

      public FileSystemWrapper(FileSystem delegate, FileSystemProvider fileSystemProvider)
      Parameters:
      delegate - the FileSystem to delegate to. May not be null.
      fileSystemProvider - any calls to provider() will return this provider instead of the delegates ones. May not be null.
  • Method Details