@FunctionalInterface
public interface FileSystemFactory
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.FileSystem |
createFileSystem(Session session)
Create user specific file system.
|
java.nio.file.FileSystem createFileSystem(Session session) throws java.io.IOException
session - The session created for the userFileSystem for the provided sessionjava.io.IOException - if the filesystem can not be created