org.crsh.text
Interface Screenable

All Superinterfaces:
Appendable
All Known Subinterfaces:
CommandContext<P>, InteractionContext, InvocationContext<P>, ScreenContext, ShellProcessContext, Term
All Known Implementing Classes:
AbstractInvocationContext, ClientProcessContext, CommandInvokerAdapter, ConsoleTerm, CRaSHProcessContext, InvocationContextImpl, PipeLineInvocationContext, ProcessContext, ProcessHandler, Processor, RenderAppendable, RenderWriter, ScreenBuffer, SSHInlineShellProcessContext, VirtualScreen

public interface Screenable
extends Appendable

The interface for pushing data to a screen.

Author:
Julien Viet

Method Summary
 Screenable append(Style style)
           
 Screenable cls()
           
 
Methods inherited from interface java.lang.Appendable
append, append, append
 

Method Detail

append

Screenable append(Style style)
                  throws IOException
Throws:
IOException

cls

Screenable cls()
               throws IOException
Throws:
IOException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.