public class NativeFileSystemView extends Object implements FileSystemView
| Modifier | Constructor and Description |
|---|---|
protected |
NativeFileSystemView(String userName)
Constructor - internal do not use directly, use
NativeFileSystemFactory instead |
|
NativeFileSystemView(String userName,
boolean caseInsensitive)
Constructor - internal do not use directly, use
NativeFileSystemFactory instead |
protected NativeFileSystemView(String userName)
NativeFileSystemFactory insteadpublic NativeFileSystemView(String userName, boolean caseInsensitive)
NativeFileSystemFactory insteadpublic SshFile getFile(String file)
getFile in interface FileSystemViewfile - The path to the file to getSshFile for the provided pathpublic SshFile getFile(SshFile baseDir, String file)
FileSystemViewgetFile in interface FileSystemViewbaseDir - The reference towards which the file should be resolvedfile - The path to the file to getSshFile for the provided pathCopyright © 2008-2012 Apache Software Foundation. All Rights Reserved.