com.maverick.sshd.fs
Class DirectFileSystemFactory

java.lang.Object
  extended by com.maverick.sshd.fs.DirectFileSystemFactory
All Implemented Interfaces:
FileSystemFactory<DirectFile,NoMount>

public class DirectFileSystemFactory
extends Object
implements FileSystemFactory<DirectFile,NoMount>


Constructor Summary
DirectFileSystemFactory()
           
 
Method Summary
 AbstractFileSystem<DirectFile,NoMount> createInstance(Connection con, String protocolInUse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectFileSystemFactory

public DirectFileSystemFactory()
Method Detail

createInstance

public AbstractFileSystem<DirectFile,NoMount> createInstance(Connection con,
                                                             String protocolInUse)
                                                      throws PermissionDeniedException,
                                                             IOException
Specified by:
createInstance in interface FileSystemFactory<DirectFile,NoMount>
Throws:
PermissionDeniedException
IOException


Copyright © 2012. All Rights Reserved.