Class ConfigurableFileSystemProviderWrapper


public class ConfigurableFileSystemProviderWrapper extends DelegatingFileSystemProvider
Configurable File System Provider, which delegates all tasks to a delegate FSP, except for access mode checks.
  • Constructor Details

    • ConfigurableFileSystemProviderWrapper

      public ConfigurableFileSystemProviderWrapper(FileSystemProvider delegate, Set<AccessMode> allowedAccessModes)
      Parameters:
      delegate - the FileSystemProvider to delegate to. May not be null
      allowedAccessModes - The access modes which should be allowed by default. They given path won't be checked for these. May be null.
  • Method Details