|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.filesystem.NativeFileSystemView
public class NativeFileSystemView
Internal class, do not use directly. File system view based on native file system. Here the root directory will be user virtual root (/).
| Constructor Summary | |
|---|---|
protected |
NativeFileSystemView(java.lang.String userName)
Constructor - internal do not use directly, use NativeFileSystemFactory instead |
|
NativeFileSystemView(java.lang.String userName,
boolean caseInsensitive)
Constructor - internal do not use directly, use NativeFileSystemFactory instead |
| Method Summary | |
|---|---|
SshFile |
getFile(java.lang.String file)
Get file object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NativeFileSystemView(java.lang.String userName)
NativeFileSystemFactory instead
public NativeFileSystemView(java.lang.String userName,
boolean caseInsensitive)
NativeFileSystemFactory instead
| Method Detail |
|---|
public SshFile getFile(java.lang.String file)
getFile in interface FileSystemViewfile - The path to the file to get
SshFile for the provided path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||