rreval
Class SshWrangler

java.lang.Object
  extended by rreval.SshWrangler

public class SshWrangler
extends java.lang.Object


Field Summary
static long SSH_WAIT_TIME
           
 
Constructor Summary
SshWrangler(java.lang.String hostName, java.lang.String userName, java.io.File pemFile, int portLocal, int portRemote)
           
 
Method Summary
 void setupScp()
           
 void startPortForwarding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SSH_WAIT_TIME

public static long SSH_WAIT_TIME
Constructor Detail

SshWrangler

public SshWrangler(java.lang.String hostName,
                   java.lang.String userName,
                   java.io.File pemFile,
                   int portLocal,
                   int portRemote)
            throws java.io.IOException,
                   com.norbl.util.ssh.ConnectFailureException
Throws:
java.io.IOException
com.norbl.util.ssh.ConnectFailureException
Method Detail

startPortForwarding

public void startPortForwarding()
                         throws com.norbl.util.ssh.ConnectFailureException,
                                java.io.IOException
Throws:
com.norbl.util.ssh.ConnectFailureException
java.io.IOException

setupScp

public void setupScp()
              throws com.norbl.util.ssh.ConnectFailureException,
                     java.io.IOException
Throws:
com.norbl.util.ssh.ConnectFailureException
java.io.IOException