org.crsh.ssh.term
Class SSHContext

java.lang.Object
  extended by org.crsh.ssh.term.SSHContext

public class SSHContext
extends Object


Field Summary
private  org.apache.sshd.server.Environment env
          .
private static Logger log
          .
 int verase
          .
 
Constructor Summary
SSHContext(org.apache.sshd.server.Environment env)
           
 
Method Summary
 int getHeight()
           
 String getProperty(String key)
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final Logger log
.


verase

public final int verase
.


env

private final org.apache.sshd.server.Environment env
.

Constructor Detail

SSHContext

public SSHContext(org.apache.sshd.server.Environment env)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getProperty

public String getProperty(String key)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.