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(java.lang.String file)
          Get file object.
 

Method Detail

getFile

SshFile getFile(java.lang.String file)
Get file object.

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


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.