net.schmizz.sshj.userauth.password
Class PrivateKeyFileResource

java.lang.Object
  extended by net.schmizz.sshj.userauth.password.Resource<File>
      extended by net.schmizz.sshj.userauth.password.PrivateKeyFileResource

public class PrivateKeyFileResource
extends Resource<File>


Constructor Summary
PrivateKeyFileResource(File privateKeyFile)
           
 
Method Summary
 Reader getReader()
           
 
Methods inherited from class net.schmizz.sshj.userauth.password.Resource
equals, getDetail, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrivateKeyFileResource

public PrivateKeyFileResource(File privateKeyFile)
Method Detail

getReader

public Reader getReader()
                 throws IOException
Specified by:
getReader in class Resource<File>
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.