org.apache.sshd.server
Interface FileSystemView

All Known Implementing Classes:
NativeFileSystemView

public interface FileSystemView

This is an abstraction over the user file system view.

Author:
Apache MINA Project

Method Summary
 SshFile getFile(SshFile baseDir, String file)
          Get file object.
 SshFile getFile(String file)
          Get file object.
 

Method Detail

getFile

SshFile getFile(String file)
Get file object.

Parameters:
file - The path to the file to get
Returns:
The SshFile for the provided path

getFile

SshFile getFile(SshFile baseDir,
                String file)
Get file object.

Parameters:
baseDir - The reference towards which the file should be resolved
file - The path to the file to get
Returns:
The SshFile for the provided path


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.