org.apache.sshd.server
Interface FileSystemAware

All Known Implementing Classes:
ScpCommand, SftpSubsystem

public interface FileSystemAware

Interface that can be implemented by a command to be able to access the file system in which this command will be used.


Method Summary
 void setFileSystemView(FileSystemView view)
          Set the file system in which this shell will be executed.
 

Method Detail

setFileSystemView

void setFileSystemView(FileSystemView view)
Set the file system in which this shell will be executed.

Parameters:
view -


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