org.crsh.ssh.term
Class SSHContext

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

public class SSHContext
extends Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
private  org.apache.sshd.server.Environment env
          .
private static org.slf4j.Logger log
          .
 int verase
          .
 
Constructor Summary
SSHContext(org.apache.sshd.server.Environment env)
           
 
Method Summary
 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 org.slf4j.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()

getProperty

public String getProperty(String key)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.