org.crsh.console
Class ProcessHandler.Reader

java.lang.Object
  extended by org.crsh.console.ProcessHandler.Reader
Enclosing class:
ProcessHandler

 class ProcessHandler.Reader
extends Object

A thread reading a line.


Field Summary
(package private)  Editor editor
           
(package private)  ArrayBlockingQueue<String> line
           
(package private)  Thread thread
           
 
Constructor Summary
ProcessHandler.Reader(Thread thread, boolean echo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

final Thread thread

editor

final Editor editor

line

final ArrayBlockingQueue<String> line
Constructor Detail

ProcessHandler.Reader

ProcessHandler.Reader(Thread thread,
                      boolean echo)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.