org.crsh.term.processor
Interface TermResponseContext


public interface TermResponseContext

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void done(boolean close)
           
 TermAction read()
           
 void setEcho(boolean echo)
           
 void setPrompt(String prompt)
           
 void write(String msg)
           
 

Method Detail

setEcho

void setEcho(boolean echo)

read

TermAction read()
                throws IOException
Throws:
IOException

write

void write(String msg)
           throws IOException
Throws:
IOException

setPrompt

void setPrompt(String prompt)

done

void done(boolean close)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.