org.crsh.shell
Interface ShellProcessContext

All Superinterfaces:
Appendable, InteractionContext, Screenable, ScreenContext
All Known Implementing Classes:
ClientProcessContext, ProcessContext, ProcessHandler, SSHInlineShellProcessContext

public interface ShellProcessContext
extends InteractionContext

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.shell.InteractionContext
getProperty, readLine, releaseAlternateBuffer, takeAlternateBuffer
 
Methods inherited from interface org.crsh.text.ScreenContext
flush, getHeight, getWidth
 
Methods inherited from interface org.crsh.text.Screenable
append, cls
 
Methods inherited from interface java.lang.Appendable
append, append, append
 

Method Detail

end

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

Parameters:
response - the shell response


Copyright © 2015 eXo Platform SAS. All Rights Reserved.