org.crsh.term
Class TermShellAdapter

java.lang.Object
  extended by org.crsh.term.TermShellAdapter
All Implemented Interfaces:
TermProcessor

public class TermShellAdapter
extends java.lang.Object
implements TermProcessor

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
TermShellAdapter(Connector connector)
           
 
Method Summary
 void close()
           
 java.lang.String getPrompt()
           
 TermStatus getStatus()
           
 boolean process(TermAction action, TermResponseContext responseContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermShellAdapter

public TermShellAdapter(Connector connector)
Method Detail

getPrompt

public java.lang.String getPrompt()

getStatus

public TermStatus getStatus()

close

public void close()

process

public boolean process(TermAction action,
                       TermResponseContext responseContext)
Specified by:
process in interface TermProcessor


Copyright © 2010 eXo Platform SAS. All Rights Reserved.