net.sf.commons.ssh
Class ExecSessionOptions

java.lang.Object
  extended by net.sf.commons.ssh.ExecSessionOptions

public class ExecSessionOptions
extends java.lang.Object

Since:
1.0
Author:
Sergey Vidyuk (svidyuk at gmail dot com)

Constructor Summary
ExecSessionOptions(java.lang.String command)
           
 
Method Summary
 java.lang.String getCommand()
           
 void setCommand(java.lang.String command)
          Sets command to execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecSessionOptions

public ExecSessionOptions(java.lang.String command)
Parameters:
command - command to execute
Method Detail

getCommand

public java.lang.String getCommand()
Returns:
the command

setCommand

public void setCommand(java.lang.String command)
Sets command to execute

Parameters:
command - the command to set


Copyright © 2009. All Rights Reserved.