com.maverick.sshd.fs
Class DirectFileFactory

java.lang.Object
  extended by com.maverick.sshd.fs.AbstractDirectFileFactory<DirectFile>
      extended by com.maverick.sshd.fs.DirectFileFactory
All Implemented Interfaces:
AbstractFileFactory<DirectFile,NoMount>

public class DirectFileFactory
extends AbstractDirectFileFactory<DirectFile>


Constructor Summary
DirectFileFactory()
           
 
Method Summary
 DirectFile getFile(String path, Connection con)
           
 
Methods inherited from class com.maverick.sshd.fs.AbstractDirectFileFactory
getMountManager, supportsMount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectFileFactory

public DirectFileFactory()
Method Detail

getFile

public DirectFile getFile(String path,
                          Connection con)
                   throws PermissionDeniedException,
                          IOException
Throws:
PermissionDeniedException
IOException


Copyright © 2012. All Rights Reserved.