org.crsh.shell
Interface ShellProcessContext

All Superinterfaces:
Flushable, InteractionContext, IOContext<Chunk>, Pipe<Chunk>
All Known Implementing Classes:
ClientProcessContext, JLineProcessContext, ProcessContext

public interface ShellProcessContext
extends InteractionContext, IOContext<Chunk>

The context provided when a ShellProcess is executed.


Method Summary
 void end(ShellResponse response)
          This method is invoked when the process ends.
 
Methods inherited from interface org.crsh.InteractionContext
getProperty, readLine
 
Methods inherited from interface org.crsh.io.IOContext
getHeight, getWidth
 
Methods inherited from interface org.crsh.io.Pipe
provide
 
Methods inherited from interface java.io.Flushable
flush
 

Method Detail

end

void end(ShellResponse response)
This method is invoked when the process ends.

Parameters:
response - the shell response


Copyright © 2012 eXo Platform SAS. All Rights Reserved.