com.maverick.sshd.fs
Class AbstractFileSystemFactory<T extends AbstractFile,K extends FileSystemMount>

java.lang.Object
  extended by com.maverick.sshd.fs.AbstractFileSystemFactory<T,K>
All Implemented Interfaces:
FileSystemFactory

public class AbstractFileSystemFactory<T extends AbstractFile,K extends FileSystemMount>
extends Object
implements FileSystemFactory


Constructor Summary
AbstractFileSystemFactory(AbstractFileFactory<T,K> fileFactory)
           
 
Method Summary
 AbstractFileSystem<T,K> createInstance(Connection con, String protocolInUse)
           
 AbstractFileFactory<T,K> getFileFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFileSystemFactory

public AbstractFileSystemFactory(AbstractFileFactory<T,K> fileFactory)
Method Detail

createInstance

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

getFileFactory

public AbstractFileFactory<T,K> getFileFactory()


Copyright © 2012. All Rights Reserved.