Modifier and Type | Method and Description |
---|---|
FileSystemView |
FileSystemFactory.createFileSystemView(Session session)
Create user specific file system view.
|
FileSystemView |
FileSystemView.getNormalizedView()
Return a view of this file system which has a single root
and uses '/' as a file separator.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemAware.setFileSystemView(FileSystemView view)
Set the file system in which this shell will be executed.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeFileSystemView
Internal class, do not use directly.
File system view based on native file system.
|
Modifier and Type | Method and Description |
---|---|
FileSystemView |
NativeFileSystemFactory.createFileSystemView(Session session)
Create the appropriate user file system view.
|
FileSystemView |
NativeFileSystemView.getNormalizedView() |
Modifier and Type | Method and Description |
---|---|
FileSystemView |
VirtualFileSystemFactory.createFileSystemView(Session session) |
Modifier and Type | Field and Description |
---|---|
protected FileSystemView |
ScpHelper.root |
Constructor and Description |
---|
ScpHelper(InputStream in,
OutputStream out,
FileSystemView root) |
Modifier and Type | Field and Description |
---|---|
protected FileSystemView |
ScpCommand.root |
Modifier and Type | Method and Description |
---|---|
void |
ScpCommand.setFileSystemView(FileSystemView view) |
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystem.setFileSystemView(FileSystemView view) |
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.