public interface FileSystemView
| Modifier and Type | Method and Description |
|---|---|
SshFile |
getFile(SshFile baseDir,
java.lang.String file)
Get file object.
|
SshFile |
getFile(java.lang.String file)
Get file object.
|
FileSystemView |
getNormalizedView()
Return a view of this file system which has a single root
and uses '/' as a file separator.
|
SshFile getFile(java.lang.String file)
file - The path to the file to getSshFile for the provided pathSshFile getFile(SshFile baseDir, java.lang.String file)
baseDir - The reference towards which the file should be resolvedfile - The path to the file to getSshFile for the provided pathFileSystemView getNormalizedView()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.