com.maverick.sshd.fs
Class AbstractFileSystemFactory<T extends AbstractFile,K extends FileSystemMount>
java.lang.Object
com.maverick.sshd.fs.AbstractFileSystemFactory<T,K>
- All Implemented Interfaces:
- FileSystemFactory
public class AbstractFileSystemFactory<T extends AbstractFile,K extends FileSystemMount>
- extends Object
- implements FileSystemFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFileSystemFactory
public AbstractFileSystemFactory(AbstractFileFactory<T,K> fileFactory)
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.