com.maverick.sshd.sftp
Interface FileSystemFactory<T extends AbstractFile,K extends FileSystemMount>

All Known Implementing Classes:
AbstractFileSystemFactory, DirectFileSystemFactory

public interface FileSystemFactory<T extends AbstractFile,K extends FileSystemMount>


Method Summary
 AbstractFileSystem<T,K> createInstance(Connection con, String protocolInUse)
           
 

Method Detail

createInstance

AbstractFileSystem<T,K> createInstance(Connection con,
                                       String protocolInUse)
                                                                                    throws PermissionDeniedException,
                                                                                           IOException
Throws:
PermissionDeniedException
IOException


Copyright © 2012. All Rights Reserved.