net.sf.commons.ssh
Class ShellSessionOptions

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

public class ShellSessionOptions
extends java.lang.Object

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

Field Summary
 int terminalCols
           
 int terminalHeight
           
 int terminalRows
           
 java.lang.String terminalType
           
 int terminalWidth
           
 
Constructor Summary
ShellSessionOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

terminalCols

public int terminalCols
Since:
1.0

terminalHeight

public int terminalHeight
Since:
1.0

terminalRows

public int terminalRows
Since:
1.0

terminalType

public java.lang.String terminalType
Since:
1.0

terminalWidth

public int terminalWidth
Since:
1.0
Constructor Detail

ShellSessionOptions

public ShellSessionOptions()


Copyright © 2009. All Rights Reserved.