Interface FileSystemProvider

All Known Implementing Classes:
LocalFileSystemProvider, S3FileSystemProvider

public interface FileSystemProvider
Filesystem provider interface.
  • Method Details

    • getFileSystem

      FileSystem getFileSystem(Map<String,Object> env) throws Exception
      Returns an instance of filesystem.
      Parameters:
      env - a map of provider specific properties to configure the filesystem
      Returns:
      instance of filesystem
      Throws:
      Exception - when the filesystem cannot be accessed