public interface FileSystemFactory
Modifier and Type | Method and Description |
---|---|
FileSystem |
createFileSystem(SessionContext session)
Create user specific file system.
|
Path |
getUserHomeDir(SessionContext session) |
Path getUserHomeDir(SessionContext session) throws IOException
session
- The session created for the usernull
if noneIOException
- If failed to resolve user's home directoryFileSystem createFileSystem(SessionContext session) throws IOException
session
- The session created for the userFileSystem
for the provided sessionIOException
- if the file system can not be createdCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.