public interface FileSystemView
Modifier and Type | Method and Description |
---|---|
SshFile |
getFile(SshFile baseDir,
String file)
Get file object.
|
SshFile |
getFile(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(String file)
file
- The path to the file to getSshFile
for the provided pathSshFile getFile(SshFile baseDir, 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–2017 The Apache Software Foundation. All rights reserved.