|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.commons.ssh.ExecSessionOptions
public class ExecSessionOptions
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 |
---|
public ExecSessionOptions(java.lang.String command)
command
- command to executeMethod Detail |
---|
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
command
- the command to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |