org.crsh.shell.io
Interface ShellWriterContext

All Known Implementing Classes:
UIWriterContext

public interface ShellWriterContext

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void lineFeed()
           
 void pad(Appendable appendable)
           
 void text(CharSequence csq, int off, int end)
           
 

Method Detail

pad

void pad(Appendable appendable)
         throws IOException
Throws:
IOException

text

void text(CharSequence csq,
          int off,
          int end)

lineFeed

void lineFeed()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.