org.crsh.command
Interface InvocationContext<P>

All Superinterfaces:
CommandContext, Flushable, InteractionContext<P>, Pipe<P>
All Known Implementing Classes:
CRaSHInvocationContext, InnerInvocationContext

public interface InvocationContext<P>
extends CommandContext, InteractionContext<P>


Method Summary
 RenderPrintWriter getWriter()
          Returns the writer for the output.
 
Methods inherited from interface org.crsh.command.CommandContext
getAttributes, getSession
 
Methods inherited from interface org.crsh.InteractionContext
getHeight, getProperty, getWidth, readLine
 
Methods inherited from interface org.crsh.Pipe
provide
 
Methods inherited from interface java.io.Flushable
flush
 

Method Detail

getWriter

RenderPrintWriter getWriter()
Returns the writer for the output.

Returns:
the writer


Copyright © 2012 eXo Platform SAS. All Rights Reserved.